From 9f071962578bc6fb279935ab15ad0602d67d41ee Mon Sep 17 00:00:00 2001 From: Charles Yin Date: Mon, 19 Mar 2012 13:46:22 +1000 Subject: 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 --- src/qmldevtools/qmldevtools.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmldevtools') diff --git a/src/qmldevtools/qmldevtools.pro b/src/qmldevtools/qmldevtools.pro index 97b3788dcd..4dd21c6110 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) -- cgit v1.2.3