Mercurial > clickerconvert
comparison 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 |
comparison
equal
deleted
inserted
replaced
22:e8320104979d | 23:927794e3cc52 |
---|---|
55 -lglu32 -lopengl32 -lgdi32 -lQt5Core -lole32 -lmstask -luuid -lws2_32 | 55 -lglu32 -lopengl32 -lgdi32 -lQt5Core -lole32 -lmstask -luuid -lws2_32 |
56 -ladvapi32 -lshell32 -luser32 -lkernel32 ) | 56 -ladvapi32 -lshell32 -luser32 -lkernel32 ) |
57 endif() | 57 endif() |
58 | 58 |
59 target_link_libraries(${PROJECT_NAME} | 59 target_link_libraries(${PROJECT_NAME} |
60 Qt5::Core | 60 Qt5::Widgets |
61 Qt5::Gui | 61 Qt5::PrintSupport |
62 ${PROJECT_NAME}_libqtxslx | 62 ${PROJECT_NAME}_libqtxslx |
63 ${EXTRA_STATIC_LIBS} | 63 ${EXTRA_STATIC_LIBS} |
64 ) | 64 ) |
65 | 65 |
66 if (WIN32) | 66 if (WIN32) |