1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-28 14:25:59 +00:00

Move QZint class into frontend binary

This commit is contained in:
Robin Stuart
2020-11-22 20:17:46 +00:00
parent 3eb31fe3f8
commit f9b639ed9c
13 changed files with 77 additions and 378 deletions

View File

@@ -12,7 +12,8 @@ HEADERS += barcodeitem.h \
datawindow.h \
exportwindow.h \
mainwindow.h \
sequencewindow.h
sequencewindow.h \
qzint.h
FORMS += extData.ui \
extExport.ui \
@@ -50,7 +51,8 @@ SOURCES += barcodeitem.cpp \
exportwindow.cpp \
main.cpp \
mainwindow.cpp \
sequencewindow.cpp
sequencewindow.cpp \
qzint.cpp
TRANSLATIONS = frontend_de.ts
@@ -63,10 +65,9 @@ CONFIG += static
CONFIG += warn_on thread qt
INCLUDEPATH += ../backend_qt ../backend
INCLUDEPATH += ../backend
LIBS += -lQtZint -lQt5Core
QMAKE_LIBDIR += ../backend_qt/release
LIBS += -lQt5Core
!contains(DEFINES, NO_PNG) {
# Win