summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
authormae <qt-info@nokia.com>2010-02-24 16:03:30 (GMT)
committermae <qt-info@nokia.com>2010-02-24 16:03:30 (GMT)
commit5867481c77e960a7d7b4cb3e9a7a4dffb9d68e92 (patch)
tree314e4e2f65daadec5e5faff76700d7c2c1908d1e /qmake/option.h
parentff92c1cd2bf5171637b51d5eb646b165d6f11ec3 (diff)
downloadQt-5867481c77e960a7d7b4cb3e9a7a4dffb9d68e92.zip
Qt-5867481c77e960a7d7b4cb3e9a7a4dffb9d68e92.tar.gz
Qt-5867481c77e960a7d7b4cb3e9a7a4dffb9d68e92.tar.bz2
Add support for qml imports directory in configure, qmake, and qmlengine
Diffstat (limited to 'qmake/option.h')
-rw-r--r--qmake/option.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qmake/option.h b/qmake/option.h
index 514e442..a2ca676 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -205,7 +205,8 @@ public:
TranslationsPath,
SettingsPath,
DemosPath,
- ExamplesPath
+ ExamplesPath,
+ ImportsPath
};
static QString location(LibraryLocation);
};