aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/test/CMakeLists.txt
blob: 604d87cdf166ce520431755cd717296fe21d10f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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_org-example-echo-noanno)

# IVI Generator:
qt6_ivigenerator(tst_org-example-echo-noanno
    QFACE_SOURCES ../../../org.example.echo.noannotation.qface
    QFACE_FORMAT test
)

target_link_libraries(tst_org-example-echo-noanno PUBLIC
    echo_noanno_frontend
    Qt::Core
    Qt::Gui
    Qt::IviCore
    Qt::Test
)