aboutsummaryrefslogtreecommitdiff
path: root/examples/common.pri
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common.pri')
-rw-r--r--examples/common.pri8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/common.pri b/examples/common.pri
index 1e594c78..573e1309 100644
--- a/examples/common.pri
+++ b/examples/common.pri
@@ -1,6 +1,8 @@
-INCLUDEPATH += ../../src/include
-QMAKE_LIBDIR += ../../lib/
-LIBS += -lmeegotouchcore
+include( ../mkspecs/common.pri )
+
+INCLUDEPATH += $$M_SOURCE_TREE/src/include
+
+LIBS += $$mAddLibrary(meegotouchcore)
DEPENDPATH += .
INCLUDEPATH += .