diff options
| author | 2018-04-25 18:07:30 -0400 | |
|---|---|---|
| committer | 2018-04-25 18:07:30 -0400 | |
| commit | 9b1b081cfdb1c0fb6457278775e0823f8bc10f62 (patch) | |
| tree | ce8840148d8445055ba9e4f12263b2208f234c16 /src/test/guitests/guitests.pro | |
Import Upstream version 2.0.0+dfsgupstream/2.0.0+dfsg
Diffstat (limited to 'src/test/guitests/guitests.pro')
| -rw-r--r-- | src/test/guitests/guitests.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/guitests/guitests.pro b/src/test/guitests/guitests.pro new file mode 100644 index 0000000..3be7e0d --- /dev/null +++ b/src/test/guitests/guitests.pro @@ -0,0 +1,16 @@ +QT += network
+QT -= gui
+TARGET = guitests
+CONFIG += qtestlib
+CONFIG += console
+CONFIG -= app_bundle
+TEMPLATE = app
+INCLUDEPATH += ../../gui/src
+SOURCES += src/main.cpp \
+ src/VersionCheckerTests.cpp
+HEADERS += src/VersionCheckerTests.h
+win32 {
+ Debug:DESTDIR = ../../../bin/Debug
+ Release:DESTDIR = ../../../bin/Release
+}
+else:DESTDIR = ../../../bin
|
