summaryrefslogtreecommitdiffstats
path: root/old/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.pro
diff options
context:
space:
mode:
Diffstat (limited to 'old/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.pro')
-rw-r--r--old/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/old/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.pro b/old/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.pro
new file mode 100644
index 0000000..6c5a505
--- /dev/null
+++ b/old/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.pro
@@ -0,0 +1,20 @@
+TEMPLATE=app
+CONFIG+=unittest
+QT = core gui
+TARGET=tst_qtuitestnamespace
+CONFIG+=qtestlib
+
+CONFIG-=debug_and_release_target
+
+include($$SRCROOT/libqtuitest/libqtuitest.pri)
+
+SOURCES+= \
+ tst_qtuitestnamespace.cpp
+
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target