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

@ -15,3 +15,5 @@ add_dependencies(zint_frontend zint)
link_directories( "${CMAKE_BINARY_DIR}/backend" )
target_link_libraries(zint_frontend zint)
install(TARGETS zint_frontend DESTINATION "${BIN_INSTALL_DIR}" RUNTIME)