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