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:
parent
f35e939446
commit
ad19dc326d
|
|
@ -2,4 +2,5 @@
|
|||
*.ncb
|
||||
*.suo
|
||||
/Debug
|
||||
/GeneratedFiles
|
||||
/GeneratedFiles
|
||||
build
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue