diff options
author | Jocelyn Turcotte <jocelyn.turcotte@digia.com> | 2013-11-15 18:15:14 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-18 14:53:01 +0100 |
commit | 175cc28b9716f7f4f10eeee53fc541e556abe22e (patch) | |
tree | eabe38f8e32bbdbcfbd64143668f1773a9ab5308 /tests/auto/quick/tests.pri | |
parent | 5543e52d503f88bccf772160899ff01fe3df0583 (diff) |
Diffstat (limited to 'tests/auto/quick/tests.pri')
-rw-r--r-- | tests/auto/quick/tests.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/tests.pri b/tests/auto/quick/tests.pri index 618ffe0cd..bdefa9159 100644 --- a/tests/auto/quick/tests.pri +++ b/tests/auto/quick/tests.pri @@ -12,7 +12,7 @@ INCLUDEPATH += \ QT += testlib network quick QT_PRIVATE += quick-private gui-private core-private -include($$QTWEBENGINE_ROOT/common.pri) +macx: CONFIG -= app_bundle # This define is used by some tests to look up resources in the source tree DEFINES += TESTS_SOURCE_DIR=\\\"$$PWD/\\\" |