Root/monav/unicodetournamenttrie/unicodetournamenttrieclient.pro

1#-------------------------------------------------
2#
3# Project created by QtCreator 2010-06-22T13:51:45
4#
5#-------------------------------------------------
6
7include(../../nanomap.pri)
8
9DESTDIR = ..
10TEMPLATE = lib
11CONFIG += plugin
12
13HEADERS += utils/coordinates.h \
14    utils/config.h \
15    interfaces/iaddresslookup.h \
16    trie.h \
17    unicodetournamenttrieclient.h \
18    utils/qthelpers.h
19
20unix {
21    QMAKE_CXXFLAGS_RELEASE -= -O2
22    QMAKE_CXXFLAGS_RELEASE += -O3 -Wno-unused-function
23    QMAKE_CXXFLAGS_DEBUG += -Wno-unused-function
24}
25
26SOURCES += \
27    unicodetournamenttrieclient.cpp
28

Archive Download this file

Branches:
master



interactive