mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 08:28:44 -04:00
Windows: #196 Visual Studio 2017 Zint Studio instructions
This commit is contained in:
parent
674e7b40d0
commit
9db5dd15c2
5 changed files with 123 additions and 16 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue