summaryrefslogtreecommitdiffstats
path: root/tests/manual/qscreen/qscreen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qscreen/qscreen.pro')
-rw-r--r--tests/manual/qscreen/qscreen.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/manual/qscreen/qscreen.pro b/tests/manual/qscreen/qscreen.pro
new file mode 100644
index 0000000000..cec8bbf245
--- /dev/null
+++ b/tests/manual/qscreen/qscreen.pro
@@ -0,0 +1,12 @@
+QT += core gui widgets
+
+TARGET = qscreen
+TEMPLATE = app
+
+SOURCES += main.cpp \
+ propertywatcher.cpp \
+ propertyfield.cpp
+
+HEADERS += \
+ propertywatcher.h \
+ propertyfield.h