bugfix: use 470 to read qmake variable

master
Marius Kintel 2014-04-24 22:46:36 -04:00
parent 91074eba48
commit 7a5035f14e
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ GLIB2_DIR = $$(GLIB2DIR)
} }
} }
!exists($GLIB2_INCLUDEPATH/glib.h) { !exists($$GLIB2_INCLUDEPATH/glib.h) {
!exists($GLIB2_INCLUDEPATH_2/glib.h) { !exists($$GLIB2_INCLUDEPATH_2/glib.h) {
GLIB2_INCLUDEPATH = GLIB2_INCLUDEPATH =
GLIB2_INCLUDEPATH_2 = GLIB2_INCLUDEPATH_2 =
GLIB2_LIBPATH = GLIB2_LIBPATH =