aboutsummaryrefslogtreecommitdiff
path: root/examples/examples.pri
blob: 6b31e46d0d24fc32c88f78145a16d6f519b79576 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
include(../qxmpp.pri)

TEMPLATE = app

INCLUDEPATH += $$QXMPP_INCLUDE_DIR

QT += network xml

CONFIG += console

LIBS += -L$$QXMPP_LIBRARY_DIR -l$$QXMPP_LIB
PRE_TARGETDEPS += $${QXMPP_LIBRARY_DIR}/lib$${QXMPP_LIB}.a