diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-12-01 02:17:48 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-12-01 02:17:48 (GMT) |
commit | c25dba4228d958ccddeee22811cec7e40e1ccfc3 (patch) | |
tree | 888d050c9483667532e44cec28ae97a4196ba66c /tools | |
parent | e39c34683e821affdabb2f6fab922cb94b00043b (diff) | |
download | Qt-c25dba4228d958ccddeee22811cec7e40e1ccfc3.zip Qt-c25dba4228d958ccddeee22811cec7e40e1ccfc3.tar.gz Qt-c25dba4228d958ccddeee22811cec7e40e1ccfc3.tar.bz2 |
Compile when in module.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qmlviewer/qmlviewer.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmlviewer/qmlviewer.pro b/tools/qmlviewer/qmlviewer.pro index ed26d00..6cd41c6 100644 --- a/tools/qmlviewer/qmlviewer.pro +++ b/tools/qmlviewer/qmlviewer.pro @@ -23,6 +23,7 @@ SOURCES += main.cpp \ FORMS = recopts.ui \ proxysettings.ui INCLUDEPATH += ../../include/QtDeclarative +INCLUDEPATH += ../../src/declarative/util include(../shared/deviceskin/deviceskin.pri) target.path = $$[QT_INSTALL_BINS] INSTALLS += target |