diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-03-23 12:09:59 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-03-23 12:09:59 +0000 |
| commit | 53a32bbc23220c52e281394d0c1c210816472c7f (patch) | |
| tree | 6150d85e6f57c08250a878613babbfebcb5671d3 /examples/examples.pri | |
| parent | a6a80a0cad1ee3753ba658b8eb099a0b7341c507 (diff) | |
| download | qxmpp-53a32bbc23220c52e281394d0c1c210816472c7f.tar.gz | |
stop messing with output path
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 { |
