AusweisApp2/src/export/CMakeLists.txt

10 lines
374 B
CMake
Raw Permalink Normal View History

2019-01-03 15:06:22 +01:00
#####################################################################
# The module export is responsible to export certain data to other
# file formats.
# Supported: PDF
#####################################################################
2017-07-03 09:33:28 +02:00
ADD_PLATFORM_LIBRARY(AusweisAppExport)
2019-01-03 15:06:22 +01:00
TARGET_LINK_LIBRARIES(AusweisAppExport Qt5::Core Qt5::Svg AusweisAppCard AusweisAppSettings)