1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00
Files
zint/frontend_qt/frontend_vc8.pro
Robin Stuart 0f9a326398 Update to Qt5
2016-12-11 15:29:06 +00:00

41 lines
654 B
Prolog

TEMPLATE = vcapp
TARGET = qtZint
CONFIG += warn_on \
thread \
qt \
uitools
FORMS = mainWindow.ui \
extSequence.ui \
extExport.ui \
extData.ui
HEADERS = mainwindow.h \
barcodeitem.h \
datawindow.h \
exportwindow.h \
sequencewindow.h
SOURCES = main.cpp \
mainwindow.cpp \
barcodeitem.cpp \
datawindow.cpp \
exportwindow.cpp \
sequencewindow.cpp
RESOURCES = resources.qrc
INCLUDEPATH += ../backend_qt4 ../backend
CONFIG(debug, debug|release) {
LIBPATH += ../backend_qt4/debug
}
CONFIG(release, debug|release) {
LIBPATH += ../backend_qt4/release
}
RC_FILE = ./res/qtZint.rc
LIBS = QtZint2.lib