diff options
Diffstat (limited to 'examples/examples.pri')
| -rw-r--r-- | examples/examples.pri | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/examples.pri b/examples/examples.pri index 17d3b3b2..04136115 100644 --- a/examples/examples.pri +++ b/examples/examples.pri @@ -4,8 +4,7 @@ TEMPLATE = app CONFIG += console INCLUDEPATH += $$QXMPP_INCLUDEPATH -LIBS += $$QXMPP_LIBS -PRE_TARGETDEPS += $$QXMPP_LIBRARY_FILE +LIBS += -L ../../src $$QXMPP_LIBS # Symbian packaging rules symbian { |
