"Initial commit to Gerrit"
[profile/ivi/gpsd.git] / libQgpsmm / mingw / test_qgpsmm.pro
1 QT += network
2 QT -= gui
3 TARGET = test_qgpsmm
4 DESTDIR = ../binaries
5 TEMPLATE = app
6
7 INCLUDEPATH += $$PWD \
8        .. \
9        ../..
10
11 SOURCES = ../../test_gpsmm.cpp
12 LIBS += -L../binaries -lQgpsmm
13
14 # just in case sombody runs this on !win32:
15
16 !win32 {
17         LIBS += -Wl,-rpath,$$PWD/../binaries
18 }