1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-28 06:16:03 +00:00

Windows: #196 Visual Studio 2017 Zint Studio instructions

This commit is contained in:
gitlost
2020-06-17 20:46:18 +01:00
parent 674e7b40d0
commit 9db5dd15c2
5 changed files with 123 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
TEMPLATE = lib
CONFIG += staticlib
TARGET = QtZintDLL
INCLUDEPATH += ../backend
LIBS += -L"../win32/Release" -lzint
HEADERS += qzint.h
SOURCES += qzint.cpp