~ubuntu-branches/debian/stretch/gpsd/stretch

« back to all changes in this revision

Viewing changes to libQgpsmm/mingw/test_qgpsmm.pro

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2010-07-15 14:46:02 UTC
  • mto: (1.1.11)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: james.westby@ubuntu.com-20100715144602-v68en708flyrtgcm
Tags: upstream-2.95
ImportĀ upstreamĀ versionĀ 2.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}