remove bogus qtConfig(simulator_and_device) condition
xcode variable expansion should be done exactly when xcode is used. Change-Id: Icea8cb7bf9a51811052789bd66354b1b165127d6 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
parent
4133e76cf4
commit
0cc2a75ad8
@ -15,7 +15,7 @@ SOURCES = main.cpp \
|
||||
|
||||
LIBS = -L../plugins
|
||||
|
||||
macx-xcode:qtConfig(simulator_and_device) {
|
||||
macx-xcode {
|
||||
LIBS += -lpnp_basictools$($${QMAKE_XCODE_LIBRARY_SUFFIX_SETTING})
|
||||
} else {
|
||||
LIBS += -lpnp_basictools
|
||||
|
Loading…
Reference in New Issue
Block a user