summaryrefslogtreecommitdiffstats
path: root/tests/bttestui/CMakeLists.txt
blob: 330000805db9f64c5202d942201d2a25eb06e8df (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
37
38
39
40
41
42
# Generated from bttestui.pro.

#####################################################################
## 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:
#####################################################################

qt_internal_extend_target(bttestui CONDITION ANDROID
    PUBLIC_LIBRARIES
        Qt::AndroidExtras
)