remove bogus xcode variable reference
this is a vestige from an earlier version of the watchos introduction.
amends 57378a108.
Change-Id: I7d15149b94d12d84e041079b563175bd4e385d50
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
bb10
parent
418494ecb6
commit
4133e76cf4
|
|
@ -16,7 +16,7 @@ SOURCES = main.cpp \
|
|||
LIBS = -L../plugins
|
||||
|
||||
macx-xcode:qtConfig(simulator_and_device) {
|
||||
LIBS += -lpnp_basictools$($${QMAKE_XCODE_LIBRARY_PLATFORM_SUFFIX_SETTING})$($${QMAKE_XCODE_LIBRARY_SUFFIX_SETTING})
|
||||
LIBS += -lpnp_basictools$($${QMAKE_XCODE_LIBRARY_SUFFIX_SETTING})
|
||||
} else {
|
||||
LIBS += -lpnp_basictools
|
||||
if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue