summaryrefslogtreecommitdiffstats
path: root/old/tests/qtuitest/tst_qinputgenerator/tst_qinputgenerator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'old/tests/qtuitest/tst_qinputgenerator/tst_qinputgenerator.pro')
-rw-r--r--old/tests/qtuitest/tst_qinputgenerator/tst_qinputgenerator.pro27
1 files changed, 27 insertions, 0 deletions
diff --git a/old/tests/qtuitest/tst_qinputgenerator/tst_qinputgenerator.pro b/old/tests/qtuitest/tst_qinputgenerator/tst_qinputgenerator.pro
new file mode 100644
index 0000000..d8ab687
--- /dev/null
+++ b/old/tests/qtuitest/tst_qinputgenerator/tst_qinputgenerator.pro
@@ -0,0 +1,27 @@
+TEMPLATE=app
+CONFIG+=unittest
+QT = core gui
+TARGET=tst_qinputgenerator
+CONFIG+=qtestlib
+
+CONFIG-=debug_and_release_target
+
+SOURCES+= \
+ tst_qinputgenerator.cpp
+
+unix:!mac:!embedded:!symbian {
+ SOURCES+=nativeevent_x11.cpp
+}
+else {
+ SOURCES+=nativeevent_noop.cpp
+}
+
+include($$SRCROOT/libqtuitest/libqtuitest.pri)
+
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file