Root/monav/gpsgrid/gpsgridclient.pro

1#-------------------------------------------------
2#
3# Project created by QtCreator 2010-06-25T08:48:06
4#
5#-------------------------------------------------
6
7include(../../nanomap.pri)
8
9TEMPLATE = lib
10CONFIG += plugin
11#CONFIG += debug
12
13DESTDIR = ..
14
15HEADERS += \
16    utils/coordinates.h \
17    utils/config.h \
18    cell.h \
19    interfaces/igpslookup.h \
20    gpsgridclient.h \
21    table.h \
22    utils/bithelpers.h \
23    utils/qthelpers.h
24
25unix {
26    QMAKE_CXXFLAGS_RELEASE -= -O2
27    QMAKE_CXXFLAGS_RELEASE += -O3 \
28         -Wno-unused-function
29    QMAKE_CXXFLAGS_DEBUG += -Wno-unused-function
30}
31
32SOURCES += \
33    gpsgridclient.cpp
34

Archive Download this file

Branches:
master



interactive