Disable auto testcase install into QT_INSTALL_TESTS

refs #486
This commit is contained in:
Roland Winklmeier
2015-08-19 15:46:38 +02:00
committed by Mathew Sutcliffe
parent 5eddef0f12
commit 509b90c87d
3 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ CONFIG += console
CONFIG -= app_bundle
CONFIG += blackmisc blackcore
CONFIG += testcase
CONFIG += no_testcase_installs
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src

View File

@@ -9,6 +9,7 @@ TEMPLATE = app
CONFIG -= app_bundle
CONFIG += blackmisc blackcore blackgui
CONFIG += testcase
CONFIG += no_testcase_installs
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src

View File

@@ -9,6 +9,7 @@ CONFIG += console
CONFIG -= app_bundle
CONFIG += blackmisc
CONFIG += testcase
CONFIG += no_testcase_installs
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src