aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldesigner/coretests/coretests.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-03-31 10:53:15 +0200
committerKai Koehne <kai.koehne@nokia.com>2010-03-31 10:54:39 +0200
commit176115a0ad646a666bff1264a485868835f1431d (patch)
tree5d74a89fda0cce28d8fa28f29919724d26eb861e /tests/auto/qml/qmldesigner/coretests/coretests.pro
parent520108cbc89183630fef886e60ed5899b20a7478 (diff)
QmlDesigner: Fix compilation of core tests for non -nokia-developer builds
Use explicit DEFINE to enable additional API in node instances for testing, not QT_BUILD_INTERNAL.
Diffstat (limited to 'tests/auto/qml/qmldesigner/coretests/coretests.pro')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/coretests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/coretests.pro b/tests/auto/qml/qmldesigner/coretests/coretests.pro
index c4a7de34a7d..b86c605445a 100644
--- a/tests/auto/qml/qmldesigner/coretests/coretests.pro
+++ b/tests/auto/qml/qmldesigner/coretests/coretests.pro
@@ -8,7 +8,7 @@ include(../../../../../src/libs/qmljs/qmljs-lib.pri)
HEADERS+=../../../../../src/libs/utils/changeset.h
SOURCES+=../../../../../src/libs/utils/changeset.cpp
INCLUDEPATH+=../../../../../src/libs
-DEFINES+=QTCREATOR_UTILS_STATIC_LIB QML_BUILD_STATIC_LIB
+DEFINES+=QTCREATOR_UTILS_STATIC_LIB QML_BUILD_STATIC_LIB QTCREATOR_TEST
DEPENDPATH += ..
DEPENDPATH += ../../../../../src/plugins/qmldesigner/core/include