summaryrefslogtreecommitdiff
path: root/test/poi-service/poi-client/poi-client.pro
blob: 8429d5299a1810e9088b78d41d65b394b5b9666b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

QT += dbus

SOURCES += main.cpp mainwindow.cpp \
    about-dialog.cpp \
    poi-client-DBusSearchInterface.cpp \
    poi-client-DBusRoutingInterface.cpp \
    poi-client-DBusGuidanceInterface.cpp \
    poi-client-DBusEnhancedPositionInterface.cpp \
    poi-client-DBusNavigationCoreSessionInterface.cpp \
    poi-client-DBusContentAccessInterface.cpp \
    ../poi-common/poi-marshal-handler.cpp
HEADERS += mainwindow.h \
    poi-client-config.h \
    about-dialog.h \
    poi-client-DBusSearchInterface.h \
    poi-client-DBusRoutingInterface.h \
    poi-client-DBusGuidanceInterface.h \
    poi-client-DBusEnhancedPositionInterface.h \
    poi-client-DBusNavigationCoreSessionInterface.h \
    poi-client-DBusContentAccessInterface.h \
    ../poi-common/poi-marshal-handler.h
FORMS += mainwindow.ui \
    about-dialog.ui


OTHER_FILES += \
    about.txt

RESOURCES += \
    ../poi-common/poi-resource.qrc

TRANSLATIONS    = ../poi-common/poi-client_en.ts \
                  ../poi-common/poi-client_jp.ts