summaryrefslogtreecommitdiff
path: root/tests/bttestui/CMakeLists.txt
blob: d044cb9cd16fdd234be30c0e960254945d1252af (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
35
36
#####################################################################
## bttestui Binary:
#####################################################################

qt_internal_add_executable(bttestui
    GUI
    SOURCES
        btlocaldevice.cpp btlocaldevice.h
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Bluetooth
        Qt::Gui
        Qt::Quick
)

# Resources:
set(bttest_resource_files
    "Button.qml"
    "main.qml"
)

qt_internal_add_resource(bttestui "bttest"
    PREFIX
        "/"
    FILES
        ${bttest_resource_files}
)


#### Keys ignored in scope 1:.:.:bttestui.pro:<TRUE>:
# OTHER_FILES = "main.qml" "Button.qml"
# TEMPLATE = "app"

## Scopes:
#####################################################################