2021-11-20 13:41:27 +01:00
|
|
|
cmake_minimum_required(VERSION 3.16)
|
2018-04-23 21:13:27 +02:00
|
|
|
project(RccEmpty)
|
2019-11-11 23:01:05 +01:00
|
|
|
include("../AutogenCoreTest.cmake")
|
2018-04-23 21:13:27 +02:00
|
|
|
|
|
|
|
# Test AUTORCC on a .qrc file with no resource files
|
|
|
|
add_executable(rccEmpty rccEmpty.cpp rccEmptyRes.qrc)
|
|
|
|
set_property(TARGET rccEmpty PROPERTY AUTORCC ON)
|
|
|
|
target_link_libraries(rccEmpty ${QT_QTCORE_TARGET})
|