diff options
author | Liang Qi <liang.qi@nokia.com> | 2010-11-25 14:43:30 +0100 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-04-27 12:05:47 +0200 |
commit | db0beb01985d0778924ad2ceba2e92dab4830061 (patch) | |
tree | b4f562bcc432b3cad9644e474aa577588f6d1bcf /sync.profile | |
parent | 1519139c1926446e4a1c7bc862bc3419fc6204c1 (diff) | |
download | qtscript-db0beb01985d0778924ad2ceba2e92dab4830061.tar.gz |
Update qtscript by following the new method.
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile index d2f3c40..beedec7 100644 --- a/sync.profile +++ b/sync.profile @@ -11,3 +11,7 @@ "gui" => "#include <QtGui/QtGui>\n", "scripttools" => "#include <QtScriptTools/QtScriptTools>\n", ); +%modulepris = ( + "QtScript" => "$basedir/modules/qt_script.pri", + "QtScriptTools" => "$basedir/modules/qt_scripttools.pri", +); |