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

#####################################################################
## tableview_listmodel Binary:
#####################################################################

add_qt_executable(tableview_listmodel
    GUI
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

# Resources:
add_qt_resource(tableview_listmodel "qmake_immediate"
    PREFIX
        "/"
    FILES
        main.qml
)


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

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

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

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

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