Date:2010-11-17 14:21:07 (13 years 4 months ago)
Author:nielsk
Commit:88239a2debeb5b068a6922c8251fcf08a2f755c8
Message:second try

Files: monav/contractionhierarchies/contractionhierarchiesclient.pro (1 diff)
monav/gpsgrid/gpsgridclient.pro (1 diff)
monav/unicodetournamenttrie/unicodetournamenttrieclient.pro (1 diff)

Change Details

monav/contractionhierarchies/contractionhierarchiesclient.pro
22CONFIG += plugin
33#CONFIG += debug
44DESTDIR = ..
5unix {
6    QMAKE_CXXFLAGS_RELEASE -= -O2
7    QMAKE_CXXFLAGS_RELEASE += -O3 \
8         -Wno-unused-function
9    QMAKE_CXXFLAGS_DEBUG += -Wno-unused-function
10}
115
126HEADERS += \
137    utils/coordinates.h \
monav/gpsgrid/gpsgridclient.pro
2020    utils/bithelpers.h \
2121    utils/qthelpers.h
2222
23unix {
24    QMAKE_CXXFLAGS_RELEASE -= -O2
25    QMAKE_CXXFLAGS_RELEASE += -O3 \
26         -Wno-unused-function
27    QMAKE_CXXFLAGS_DEBUG += -Wno-unused-function
28}
29
3023SOURCES += \
3124    gpsgridclient.cpp
monav/unicodetournamenttrie/unicodetournamenttrieclient.pro
1515    unicodetournamenttrieclient.h \
1616    utils/qthelpers.h
1717
18unix {
19    QMAKE_CXXFLAGS_RELEASE -= -O2
20    QMAKE_CXXFLAGS_RELEASE += -O3 -Wno-unused-function
21    QMAKE_CXXFLAGS_DEBUG += -Wno-unused-function
22}
23
2418SOURCES += \
2519    unicodetournamenttrieclient.cpp

Archive Download the corresponding diff file

Branches:
master



interactive