summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/RccEmpty/CMakeLists.txt
blob: c8f9d17cf1e9cd23556e9ea33d2b49bb5dc39207 (plain)
1
2
3
4
5
6
7
8
cmake_minimum_required(VERSION 3.16)
project(RccEmpty)
include("../AutogenCoreTest.cmake")

# 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})