From 6c76ee30ce1662ca8f8368de5ebd1e6bcfdf0d9e Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 20 May 2019 17:05:50 +0200 Subject: Eliminate qmldevtools_build Move the relevant files into more fitting locations and build the devtools from only parser, compiler and qmldirparser. Change-Id: Ibf37a1187f36d02983f9f43c6622acb243785b7b Reviewed-by: Simon Hausmann --- src/qmldevtools/qmldevtools.pro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/qmldevtools/qmldevtools.pro') diff --git a/src/qmldevtools/qmldevtools.pro b/src/qmldevtools/qmldevtools.pro index 45029400b9..4227312f3f 100644 --- a/src/qmldevtools/qmldevtools.pro +++ b/src/qmldevtools/qmldevtools.pro @@ -1,7 +1,7 @@ option(host_build) TARGET = QtQmlDevTools QT = core-private -CONFIG += minimal_syncqt internal_module qmldevtools_build generated_privates +CONFIG += minimal_syncqt internal_module generated_privates MODULE_INCNAME = QtQml INCLUDEPATH += $$OUT_PWD/../qml @@ -12,11 +12,8 @@ intel_icc: WERROR += -ww2415 clang:if(greaterThan(QT_CLANG_MAJOR_VERSION, 3)|greaterThan(QT_CLANG_MINOR_VERSION, 3)): \ WERROR += -Wno-error=unused-const-variable -include(../3rdparty/masm/masm-defs.pri) include(../qml/parser/parser.pri) -include(../qml/jsruntime/jsruntime.pri) include(../qml/compiler/compiler.pri) -include(../qml/memory/memory.pri) include(../qml/qmldirparser/qmldirparser.pri) load(qt_module) -- cgit v1.2.3