aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/tableview/storagemodel/CMakeLists.txt
blob: f920fb28d48e700e88e96d3ad2a5a19e2f6a5406 (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
43
44
# Generated from storagemodel.pro.

#####################################################################
## tableview_storage Binary:
#####################################################################

add_qt_manual_test(tableview_storage
    GUI
    SOURCES
        main.cpp
        storagemodel.cpp storagemodel.h
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

# Resources:
set(qmake_immediate_resource_files
    "main.qml"
)

add_qt_resource(tableview_storage "qmake_immediate"
    PREFIX
        "/"
    FILES
        ${qmake_immediate_resource_files}
)


#### Keys ignored in scope 1:.:.:storagemodel.pro:<TRUE>:
# TEMPLATE = "app"

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

#### Keys ignored in scope 2:.:.:storagemodel.pro:QNX:
# target.path = "/tmp/$${TARGET}/bin"

#### Keys ignored in scope 4:.:.:storagemodel.pro:UNIX AND NOT ANDROID:
# target.path = "/opt/$${TARGET}/bin"

#### Keys ignored in scope 5:.:.:storagemodel.pro:NOT target.path_ISEMPTY:
# INSTALLS = "target"