aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/projects/include-test/test/CMakeLists.txt
blob: 5bd474a9b33ee3ff9416735ccaf9b8b5b206b29d (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
# Generated from test.pro.
set(CMAKE_INCLUDE_CURRENT_DIR ON)

set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)

qt_add_executable(tst_include)

# IVI Generator:
qt6_ivigenerator(tst_include
    QFACE_SOURCES ../../../include-test.qface
    QFACE_FORMAT test
    QFACE_IMPORT_PATH ../../../qface\ imports
)
set_target_properties(tst_include PROPERTIES
    WIN32_EXECUTABLE TRUE
    MACOSX_BUNDLE TRUE
)

target_link_libraries(tst_include PUBLIC
    include_test_common
    include_test_frontend
    Qt::Core
    Qt::Gui
    Qt::IviCore
    Qt::Test
)