diff options
Diffstat (limited to 'qmake/option.h')
-rw-r--r-- | qmake/option.h | 3 |
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); }; |