mirror of
git://projects.qi-hardware.com/nanomap.git
synced 2024-11-22 11:56:14 +02:00
28 lines
580 B
Prolog
28 lines
580 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2010-06-22T13:51:45
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
include(../../nanomap.pri)
|
|
|
|
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
|