summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-10-14 19:17:05 +0200
committerJake Petroules <jake.petroules@qt.io>2016-10-16 00:12:24 +0000
commit4133e76cf4844fee6ab5bbf6527ee6b882e0ad50 (patch)
tree83f659d56d34d7a49806b03855dbe79e46fdb4f9 /examples/widgets
parent418494ecb6da1421a88dd9893efc2b9a20ca79d7 (diff)
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>
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/tools/plugandpaint/app/app.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/tools/plugandpaint/app/app.pro b/examples/widgets/tools/plugandpaint/app/app.pro
index e35203edf2..b391a18eea 100644
--- a/examples/widgets/tools/plugandpaint/app/app.pro
+++ b/examples/widgets/tools/plugandpaint/app/app.pro
@@ -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) {