From 694f783e1b0299d5d74d871ba33d5a1d9ab3452e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 9 Jul 2012 16:25:41 +0200 Subject: "export" the qml tools for qtPrepareTool() use notably, this disables the build of qmlplugindumpd.exe under windows - it is not clear to me why somebody would want to do that, as both sets of libraries would be available, and the output from both variants should be the same. Change-Id: I95c77b2aa32f17f9d6df0e5d4b9d11f456d860f6 Reviewed-by: Rohan McGovern --- tools/qmlscene/qmlscene.pro | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'tools/qmlscene') diff --git a/tools/qmlscene/qmlscene.pro b/tools/qmlscene/qmlscene.pro index 1cf7b3c577..0d41e1f87e 100644 --- a/tools/qmlscene/qmlscene.pro +++ b/tools/qmlscene/qmlscene.pro @@ -1,17 +1,10 @@ -TEMPLATE = app -TARGET = qmlscene DESTDIR= $$QT.qml.bins QT += qml quick core-private !contains(QT_CONFIG, no-widgets):QT += widgets -target.path = $$[QT_INSTALL_BINS] -INSTALLS += target - -macx: CONFIG -= app_bundle - SOURCES += main.cpp -CONFIG += console - DEFINES += QML_RUNTIME_TESTING QT_QML_DEBUG_NO_WARNING + +load(qt_tool) -- cgit v1.2.3