From ad19dc326df073047dfddd334355a57dfe2e6c8e Mon Sep 17 00:00:00 2001 From: Matt Broadstone Date: Tue, 30 Sep 2014 08:06:30 -0400 Subject: [PATCH] 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 --- .gitignore | 3 ++- tests/tests.pri | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5a87079..0a6a8f1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ *.ncb *.suo /Debug -/GeneratedFiles \ No newline at end of file +/GeneratedFiles +build \ No newline at end of file diff --git a/tests/tests.pri b/tests/tests.pri index c3125ed..5880025 100644 --- a/tests/tests.pri +++ b/tests/tests.pri @@ -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 -