diff src/CMakeLists.txt @ 23:927794e3cc52

Add HTML output and some pdf support PDF does not look well as the CSS used for HTML is not supported.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 11 Apr 2016 11:00:40 +0200
parents 0b66b10a287d
children 50dae38a5641
line wrap: on
line diff
--- a/src/CMakeLists.txt	Mon Apr 11 10:59:08 2016 +0200
+++ b/src/CMakeLists.txt	Mon Apr 11 11:00:40 2016 +0200
@@ -57,8 +57,8 @@
 endif()
 
 target_link_libraries(${PROJECT_NAME}
-    Qt5::Core
-    Qt5::Gui
+    Qt5::Widgets
+    Qt5::PrintSupport
     ${PROJECT_NAME}_libqtxslx
     ${EXTRA_STATIC_LIBS}
 )
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)