summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/plugandpaint/plugandpaint.pro
diff options
context:
space:
mode:
authorJing Bai <jing.bai@digia.com>2012-11-28 17:01:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-29 20:20:14 +0100
commit12dcab77a7248268c58c2c5431c2c237e14d1089 (patch)
tree5773d3e33a1d04a3e371627a3e0e46fc64f8b679 /examples/widgets/tools/plugandpaint/plugandpaint.pro
parentd2d210044fe74a6ca8b961fde9389584d8224f3a (diff)
remove the dependency to QT_BUILD_TREE
To fix a build problem when plugandpaint is not built with qt src. QT_BUILD_TREE is not set in this case. We use a relative path instead. Task-number: QTBUG-28261 Change-Id: I2456614070f0849ba9400fbe4b76172189e3925f Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'examples/widgets/tools/plugandpaint/plugandpaint.pro')
-rw-r--r--examples/widgets/tools/plugandpaint/plugandpaint.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/tools/plugandpaint/plugandpaint.pro b/examples/widgets/tools/plugandpaint/plugandpaint.pro
index 2c8c5117ee..cbf573dd4b 100644
--- a/examples/widgets/tools/plugandpaint/plugandpaint.pro
+++ b/examples/widgets/tools/plugandpaint/plugandpaint.pro
@@ -8,7 +8,7 @@ SOURCES = main.cpp \
paintarea.cpp \
plugindialog.cpp
-LIBS = -L$${QT_BUILD_TREE}/examples/widgets/tools/plugandpaint/plugins -lpnp_basictools
+LIBS = -Lplugins -lpnp_basictools
if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
mac:LIBS = $$member(LIBS, 0) $$member(LIBS, 1)_debug