mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
better debian support
added qt frontend to debian packages
This commit is contained in:
@ -13,5 +13,7 @@ add_dependencies(QZint_frontend QZint zint)
|
||||
|
||||
link_directories( "${CMAKE_BINARY_DIR}/backend" "${CMAKE_BINARY_DIR}/backend_qt4" )
|
||||
|
||||
target_link_libraries(QZint_frontend zint QZint ${QT_QTGUI_LIBRARY}
|
||||
target_link_libraries(QZint_frontend zint QZint ${QT_QTGUI_LIBRARY}
|
||||
${QT_QTCORE_LIBRARY} )
|
||||
|
||||
install(TARGETS QZint_frontend DESTINATION "${BIN_INSTALL_DIR}" RUNTIME)
|
||||
|
Reference in New Issue
Block a user