2019-06-04 09:47:30 +00:00
|
|
|
# Generated from badxml.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## badxml Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
add_qt_executable(badxml
|
|
|
|
NO_INSTALL # special case
|
|
|
|
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
|
|
|
SOURCES
|
|
|
|
tst_badxml.cpp
|
|
|
|
PUBLIC_LIBRARIES
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::CorePrivate
|
2019-06-04 09:47:30 +00:00
|
|
|
Qt::Test
|
|
|
|
)
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|