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

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
*.suo
/Debug
/GeneratedFiles
build

View File

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