nanomap/monav/unicodetournamenttrie/unicodetournamenttrieclient...

26 lines
552 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2010-06-22T13:51:45
#
#-------------------------------------------------
DESTDIR = ..
TEMPLATE = lib
CONFIG += plugin
HEADERS += utils/coordinates.h \
utils/config.h \
interfaces/iaddresslookup.h \
trie.h \
unicodetournamenttrieclient.h \
utils/qthelpers.h
unix {
QMAKE_CXXFLAGS_RELEASE -= -O2
QMAKE_CXXFLAGS_RELEASE += -O3 -Wno-unused-function
QMAKE_CXXFLAGS_DEBUG += -Wno-unused-function
}
SOURCES += \
unicodetournamenttrieclient.cpp