better debian support

added qt frontend to debian packages
This commit is contained in:
taipanromania 2009-05-20 08:33:01 +00:00
parent e63858fe9b
commit 8398eff997
5 changed files with 21 additions and 1 deletions

View file

@ -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)