mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Change binary filename to zint-qt
This commit is contained in:
parent
d4f8b96a1d
commit
af0ab57606
2
debian/qzintfrontend.install
vendored
2
debian/qzintfrontend.install
vendored
@ -1 +1 @@
|
|||||||
usr/bin/QZint_frontend
|
usr/bin/zint-qt
|
||||||
|
@ -1,26 +1,26 @@
|
|||||||
# (c) 2008 by BogDan Vatra < bogdan@licentia.eu >
|
# (c) 2008 by BogDan Vatra < bogdan@licentia.eu >
|
||||||
|
|
||||||
project(QZint_frontend)
|
project(zint-qt)
|
||||||
|
|
||||||
include_directories(BEFORE "${CMAKE_SOURCE_DIR}/backend" "${CMAKE_SOURCE_DIR}/backend_qt4")
|
include_directories(BEFORE "${CMAKE_SOURCE_DIR}/backend" "${CMAKE_SOURCE_DIR}/backend_qt4")
|
||||||
|
|
||||||
set(QZint_frontend_SRCS barcodeitem.cpp main.cpp mainwindow.cpp)
|
set(zint-qt_SRCS barcodeitem.cpp main.cpp mainwindow.cpp)
|
||||||
QT4_WRAP_CPP(QZint_frontend_SRCS mainwindow.h)
|
QT4_WRAP_CPP(zint-qt_SRCS mainwindow.h)
|
||||||
|
|
||||||
QT4_WRAP_UI(QZint_frontend_SRCS mainWindow.ui )
|
QT4_WRAP_UI(zint-qt_SRCS mainWindow.ui )
|
||||||
# grpAztec.ui grpC39.ui grpDM.ui grpMSICheck.ui
|
# grpAztec.ui grpC39.ui grpDM.ui grpMSICheck.ui
|
||||||
# grpC128.ui grpChannel.ui grpMicroPDF.ui grpPDF417.ui
|
# grpC128.ui grpChannel.ui grpMicroPDF.ui grpPDF417.ui
|
||||||
# grpC16k.ui grpCodablock.ui grpMQR.ui grpQR.ui
|
# grpC16k.ui grpCodablock.ui grpMQR.ui grpQR.ui
|
||||||
# grpMaxicode.ui)
|
# grpMaxicode.ui)
|
||||||
|
|
||||||
QT4_ADD_RESOURCES(QZint_frontend_SRCS resources.qrc)
|
QT4_ADD_RESOURCES(zint-qt_SRCS resources.qrc)
|
||||||
|
|
||||||
add_executable(QZint_frontend ${QZint_frontend_SRCS})
|
add_executable(zint-qt ${zint-qt_SRCS})
|
||||||
add_dependencies(QZint_frontend QZint zint)
|
add_dependencies(zint-qt QZint zint)
|
||||||
|
|
||||||
link_directories( "${CMAKE_BINARY_DIR}/backend" "${CMAKE_BINARY_DIR}/backend_qt4" )
|
link_directories( "${CMAKE_BINARY_DIR}/backend" "${CMAKE_BINARY_DIR}/backend_qt4" )
|
||||||
|
|
||||||
target_link_libraries(QZint_frontend zint QZint ${QT_QTUITOOLS_LIBRARY} ${QT_QTXML_LIBRARY} ${QT_QTGUI_LIBRARY}
|
target_link_libraries(zint-qt zint QZint ${QT_QTUITOOLS_LIBRARY} ${QT_QTXML_LIBRARY} ${QT_QTGUI_LIBRARY}
|
||||||
${QT_QTCORE_LIBRARY} )
|
${QT_QTCORE_LIBRARY} )
|
||||||
|
|
||||||
install(TARGETS QZint_frontend DESTINATION "${BIN_INSTALL_DIR}" RUNTIME)
|
install(TARGETS zint-qt DESTINATION "${BIN_INSTALL_DIR}" RUNTIME)
|
||||||
|
Loading…
Reference in New Issue
Block a user