configure.exe: fix -inotify option
Change-Id: Iaa844961b5fdd2056fcc9b008c11a3f3925ca3a4 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
51e7aeb29b
commit
675676aba1
@ -2632,6 +2632,9 @@ void Configure::generateOutputVars()
|
||||
else if (dictionary["QT_ICONV"] == "gnu")
|
||||
qtConfig += "gnu-libiconv";
|
||||
|
||||
if (dictionary["QT_INOTIFY"] == "yes")
|
||||
qtConfig += "inotify";
|
||||
|
||||
if (dictionary["FONT_CONFIG"] == "yes") {
|
||||
qtConfig += "fontconfig";
|
||||
qmakeVars += "QMAKE_CFLAGS_FONTCONFIG =";
|
||||
|
Loading…
x
Reference in New Issue
Block a user