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

TARGET = qscreen
TEMPLATE = app

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

HEADERS  += \
    propertywatcher.h \
    propertyfield.h