diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-03-01 13:01:05 +0100 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-03-01 13:13:02 +0100 |
commit | 13d7612f0956e086f358c13770b3421c7593e191 (patch) | |
tree | 929189d22982da1a9cbdbd1bd66cd3091d9718fc /share/qtcreator/static.pro | |
parent | 079897f2958f6c0548ba38d28968ea086c30fd37 (diff) | |
download | qt-creator-13d7612f0956e086f358c13770b3421c7593e191.tar.gz |
Removed private header dependencies and introduced loading QML types from XML file.
Diffstat (limited to 'share/qtcreator/static.pro')
-rw-r--r-- | share/qtcreator/static.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/qtcreator/static.pro b/share/qtcreator/static.pro index 46db15fa93..ddb9ac8f3d 100644 --- a/share/qtcreator/static.pro +++ b/share/qtcreator/static.pro @@ -29,7 +29,8 @@ DATA_DIRS = \ schemes \ styles \ gdbmacros \ - qmldesigner + qmldesigner \ + qml-type-descriptions !isEmpty(copydata) { |