summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
authormae <qt-info@nokia.com>2010-02-24 17:03:30 +0100
committermae <qt-info@nokia.com>2010-02-24 17:03:30 +0100
commit5867481c77e960a7d7b4cb3e9a7a4dffb9d68e92 (patch)
tree314e4e2f65daadec5e5faff76700d7c2c1908d1e /qmake/option.h
parentff92c1cd2bf5171637b51d5eb646b165d6f11ec3 (diff)
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 514e442e2b..a2ca676d4a 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -205,7 +205,8 @@ public:
TranslationsPath,
SettingsPath,
DemosPath,
- ExamplesPath
+ ExamplesPath,
+ ImportsPath
};
static QString location(LibraryLocation);
};