summaryrefslogtreecommitdiffstats
path: root/tests/manual/qscreen/qscreen.pro
blob: 5d587db3f4626b036378c32090d73d89bb4f9533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += core gui widgets
CONFIG += console

TARGET = qscreen
TEMPLATE = app

SOURCES += main.cpp \
    propertywatcher.cpp \
    propertyfield.cpp

HEADERS  += \
    propertywatcher.h \
    propertyfield.h