qt5base-lts/tests/auto/tools/qdbuscpp2xml/CMakeLists.txt
Alexandru Croitor e9a328bc0e CMake: Regenerate tests with new qt_ prefixed APIs
Use pro2cmake with '--api-version 2' to force regenerate
projects to use the new prefixed qt_foo APIs.

Change-Id: I055c4837860319e93aaa6b09d646dda4fc2a4069
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2020-07-09 09:38:35 +02:00

27 lines
532 B
CMake

# Generated from qdbuscpp2xml.pro.
#####################################################################
## tst_qdbuscpp2xml Test:
#####################################################################
qt_add_test(tst_qdbuscpp2xml
SOURCES
test1.h
tst_qdbuscpp2xml.cpp
PUBLIC_LIBRARIES
Qt::DBus
)
# Resources:
set(qdbuscpp2xml_resource_files
"test1.h"
)
qt_add_resource(tst_qdbuscpp2xml "qdbuscpp2xml"
PREFIX
"/tst_qdbuscpp2xml/"
FILES
${qdbuscpp2xml_resource_files}
)