mirror of
git://projects.qi-hardware.com/nanomap.git
synced 2024-11-22 10:41:52 +02:00
20 lines
413 B
Prolog
20 lines
413 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
|
|
|
|
SOURCES += \
|
|
unicodetournamenttrieclient.cpp
|