make also configure tests not see %LIB% and %INCLUDE% under mingw
amends 03ae6ad8e.
Change-Id: I1adfb8d5de59b26e37bd35c5e8e4410d084d8d93
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
bb10
parent
d715667b20
commit
4ebe8cefde
|
|
@ -1,6 +1 @@
|
|||
mingw {
|
||||
TMPPATH = $$(INCLUDE)
|
||||
QMAKE_INCDIR_POST += $$split(TMPPATH, $$QMAKE_DIRLIST_SEP)
|
||||
TMPPATH = $$(LIB)
|
||||
QMAKE_LIBDIR_POST += $$split(TMPPATH, $$QMAKE_DIRLIST_SEP)
|
||||
}
|
||||
# This file exists only to detach the tests from the surroundings.
|
||||
|
|
|
|||
Loading…
Reference in New Issue