Don't install test cases

Qt5's testcase feature installs the tests by default, unless no_testcase_installs
is defined. This adds this, and closes issue #8
This commit is contained in:
Matt Broadstone 2014-09-30 08:06:30 -04:00
parent f35e939446
commit ad19dc326d
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@
*.ncb *.ncb
*.suo *.suo
/Debug /Debug
/GeneratedFiles /GeneratedFiles
build

View File

@ -10,9 +10,8 @@ macx {
QT = core network testlib QT = core network testlib
QT -= gui QT -= gui
CONFIG -= app_bundle CONFIG -= app_bundle
CONFIG += testcase CONFIG += testcase no_testcase_installs
HEADERS += \ HEADERS += \
$${PWD}/common/signalspy.h \ $${PWD}/common/signalspy.h \
$${PWD}/common/qamqptestcase.h $${PWD}/common/qamqptestcase.h