summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2012-12-05 23:43:01 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 12:19:52 (GMT)
commitf7e941785e811e305445d5544cffcfe889a3abc2 (patch)
tree0dfd3301d185697b3698427b552876bded0d2603 /tools
parenta2a08014bc2f09a7be48b2127f72e8e4a4c33515 (diff)
downloadQt-f7e941785e811e305445d5544cffcfe889a3abc2.zip
Qt-f7e941785e811e305445d5544cffcfe889a3abc2.tar.gz
Qt-f7e941785e811e305445d5544cffcfe889a3abc2.tar.bz2
configure.exe: fix -inotify option
cherry-picked from qt5 stable 675676aba1e71410fa6cfca430ab9bd64ebdcdaa Change-Id: I94e8ce037de7df50511be2471db842cca726ccef Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 63ff44f..80cf78b 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -3023,6 +3023,9 @@ void Configure::generateOutputVars()
else if (dictionary["QT_ICONV"] == "gnu")
qtConfig += "gnu-libiconv";
+ if (dictionary["QT_INOTIFY"] == "yes")
+ qtConfig += "inotify";
+
if (dictionary["NEON"] == "yes")
qtConfig += "neon";