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 -