summaryrefslogtreecommitdiffstats
path: root/src/qtpaths/CMakeLists.txt
blob: 70d4d155feab9b8182539e9d7a7dc6d3e5512d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated from qtpaths.pro.

#####################################################################
## qtpaths App:
#####################################################################

qt_internal_add_app(qtpaths
    SOURCES
        qtpaths.cpp
)

#### Keys ignored in scope 1:.:.:qtpaths.pro:<TRUE>:
# QT_FOR_CONFIG = "tools-private"
# _REQUIREMENTS = "qtConfig(qtpaths)"

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

if(WIN32)
    set_target_properties(qtpaths PROPERTIES
        WIN32_EXECUTABLE FALSE
    )
endif()