mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-08 04:21:59 +00:00
compile on windows too.
This commit is contained in:
@@ -24,5 +24,5 @@ link_directories( "../backend" )
|
||||
target_link_libraries(QZint zint ${QT_QTGUI_LIBRARY}
|
||||
${QT_QTCORE_LIBRARY} )
|
||||
|
||||
install(TARGETS QZint LIBRARY DESTINATION lib)
|
||||
install(FILES qzint.h DESTINATION include COMPONENT Devel)
|
||||
install(TARGETS QZint ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
||||
install(FILES qzint.h DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel)
|
||||
|
||||
Reference in New Issue
Block a user