summaryrefslogtreecommitdiffstats
path: root/old/tests/qtuitest/tst_qtestprotocol/tst_qtestprotocol.pro
diff options
context:
space:
mode:
Diffstat (limited to 'old/tests/qtuitest/tst_qtestprotocol/tst_qtestprotocol.pro')
-rw-r--r--old/tests/qtuitest/tst_qtestprotocol/tst_qtestprotocol.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/old/tests/qtuitest/tst_qtestprotocol/tst_qtestprotocol.pro b/old/tests/qtuitest/tst_qtestprotocol/tst_qtestprotocol.pro
new file mode 100644
index 0000000..6244019
--- /dev/null
+++ b/old/tests/qtuitest/tst_qtestprotocol/tst_qtestprotocol.pro
@@ -0,0 +1,25 @@
+TEMPLATE=app
+CONFIG+=unittest
+QT = core network
+TARGET=tst_qtestprotocol
+CONFIG+=qtestlib
+
+include($$SRCROOT/libqtuitest/libqtuitest.pri)
+
+CONFIG-=debug_and_release_target
+
+SOURCES+= \
+ tst_qtestprotocol.cpp \
+ testprotocol.cpp \
+ testprotocolserver.cpp
+
+HEADERS+= \
+ testprotocol.h \
+ testprotocolserver.h
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file