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:
parent
e63858fe9b
commit
8398eff997
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
zint (2.1.3-1) unstable; urgency=low
|
||||
|
||||
* Much improved GUI experience - now with a "save" button so that the GUI actually does something!
|
||||
* Also included are, of course, Code 49, Channel Code, Japanese Postal Code.
|
||||
* A shed load of bugfixes.
|
||||
|
||||
-- BogDan Vatra <bogdan@licentia.eu> Wed, 20 May 2009 10:51:18 +0300
|
||||
|
||||
zint (2.1.3) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
7
debian/control
vendored
7
debian/control
vendored
@ -44,3 +44,10 @@ Section: libs
|
||||
Architecture: any
|
||||
Depends: libzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Zint console frontend.
|
||||
|
||||
Package: qzintfrontend
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: libzint (= ${binary:Version}), libqzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Zint QT frontend.
|
||||
|
||||
|
1
debian/qzintfrontend.install
vendored
Normal file
1
debian/qzintfrontend.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/bin/QZint_frontend
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user