Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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 <martin.jones@nokia.com>
  • Loading branch information
yinyunqiao authored and Qt by Nokia committed Mar 19, 2012
1 parent b236cf6 commit 9f07196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qmldevtools/qmldevtools.pro
Expand Up @@ -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)

0 comments on commit 9f07196

Please sign in to comment.