summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-10-14 19:21:02 +0200
committerJake Petroules <jake.petroules@qt.io>2016-10-16 00:12:33 +0000
commit0cc2a75ad8c96d2c2bc3117c6291d964e215aca2 (patch)
tree9da8b568d8ce4abb32d37de8fc379e0cca1efe91 /examples
parent4133e76cf4844fee6ab5bbf6527ee6b882e0ad50 (diff)
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>
Diffstat (limited to 'examples')
-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 b391a18eea..558d359e7d 100644
--- a/examples/widgets/tools/plugandpaint/app/app.pro
+++ b/examples/widgets/tools/plugandpaint/app/app.pro
@@ -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