diff options
Diffstat (limited to 'client/test.pro.in')
-rw-r--r-- | client/test.pro.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/test.pro.in b/client/test.pro.in new file mode 100644 index 0000000..0442489 --- /dev/null +++ b/client/test.pro.in @@ -0,0 +1,7 @@ +include('client.pro') +TARGET = test_app +CONFIG += qtestlib +DEFINES += TESTING +SOURCES += \ + TESTFILE \ + test/util.cc |