summaryrefslogtreecommitdiff
blob: 262996aa10681c10d734e2b401edc645949aca6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/examples/tools/plugandpaint/plugandpaint.pro b/examples/tools/plugandpaint/plugandpaint.pro
index 9616eb8..e188bc1 100644
--- a/examples/tools/plugandpaint/plugandpaint.pro
+++ b/examples/tools/plugandpaint/plugandpaint.pro
@@ -10,7 +10,7 @@ SOURCES        = main.cpp \
 symbian {
     LIBS           = -lpnp_basictools.lib
 } else {
-    LIBS           = -L$${QT_BUILD_TREE}/examples/tools/plugandpaint/plugins -lpnp_basictools
+    LIBS           += -L$${QT_BUILD_TREE}/examples/tools/plugandpaint/plugins -lpnp_basictools
 }
 
 if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {