summaryrefslogtreecommitdiff
path: root/tests/auto/qgeoroutexmlparser/CMakeLists.txt
blob: 22e617137c83e6bc02d2342b4669fa2a51abfbe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
set(plugin_path "../../../src/plugins/geoservices/nokia")

qt_internal_add_test(tst_qgeoroutexmlparser
    SOURCES
        ${plugin_path}/qgeoroutexmlparser.cpp
        ${plugin_path}/qgeoroutexmlparser.h
        tst_qgeoroutexmlparser.cpp
    INCLUDE_DIRECTORIES
        ${plugin_path}
    LIBRARIES
        Qt::Core
        Qt::LocationPrivate
)

qt_add_resources(resources_file fixtures.qrc)

qt_internal_extend_target(tst_qgeoroutexmlparser
    SOURCES
        ${resources_file}
)