mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-09 04:51:58 +00:00
Restore backend_qt - static only now; qzint: legacy support for renamed methods
This commit is contained in:
13
backend_qt/backend_qt_zintdll.pro
Normal file
13
backend_qt/backend_qt_zintdll.pro
Normal file
@@ -0,0 +1,13 @@
|
||||
TEMPLATE = lib
|
||||
|
||||
CONFIG += staticlib
|
||||
|
||||
TARGET = QtZintDLL
|
||||
|
||||
INCLUDEPATH += ../backend
|
||||
|
||||
LIBS += -L"../win32/Release" -lzint
|
||||
|
||||
HEADERS += qzint.h
|
||||
|
||||
SOURCES += qzint.cpp
|
||||
Reference in New Issue
Block a user