From: Charles Yin Date: Mon, 19 Mar 2012 03:46:22 +0000 (+1000) Subject: Fix qmldevtools library build error on Windows X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=9f071962578bc6fb279935ab15ad0602d67d41ee;p=konrad%2Fqtdeclarative.git Fix qmldevtools library build error on Windows $$Qt.qml.sources not recongnized on Windows, use relative path instead. Change-Id: Ia30acc34eff5193bea66ff06754b1cd2b2524878 Reviewed-by: Martin Jones --- diff --git a/src/qmldevtools/qmldevtools.pro b/src/qmldevtools/qmldevtools.pro index 97b3788..4dd21c6 100644 --- a/src/qmldevtools/qmldevtools.pro +++ b/src/qmldevtools/qmldevtools.pro @@ -17,4 +17,4 @@ HEADERS += qtqmldevtoolsversion.h unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore -include($$QT.qml.sources/qml/parser/parser.pri) +include(../qml/qml/parser/parser.pri)