mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Release 2.11.1
This commit is contained in:
@ -8,10 +8,9 @@ INCLUDEPATH += ../backend_qt
|
||||
INCLUDEPATH += ../../lpng
|
||||
INCLUDEPATH += ../../zlib
|
||||
}
|
||||
QT += gui
|
||||
QT += uitools
|
||||
QT += widgets
|
||||
QT += uitools
|
||||
QT += svg
|
||||
|
||||
# Input
|
||||
HEADERS += barcodeitem.h \
|
||||
|
@ -2,6 +2,7 @@ TEMPLATE = app
|
||||
TARGET = qtZint
|
||||
QT += uitools
|
||||
QT += widgets
|
||||
QT += svg
|
||||
|
||||
# Input
|
||||
HEADERS += barcodeitem.h \
|
||||
|
@ -17,6 +17,9 @@ Build static Qt:
|
||||
Visual Studio 2015\Visual Studio Tools\Windows Desktop Command Prompts\VS2015 x86 Native Tools-Eingabeaufforderung
|
||||
("Eingabeaufforderung" = "Command Prompt")
|
||||
|
||||
Note: if "rc.exe" not available, install a Windows Kit and update PATH (e.g.):
|
||||
- set "PATH=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86;%PATH%"
|
||||
|
||||
- cd C:\qt\qt-everywhere-src-5.15.2
|
||||
- configure.bat -static -release -prefix c:\qt\5.15.2static -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -opengl desktop -no-openssl -opensource -confirm-license -make libs -nomake tools -nomake examples -nomake tests -mp
|
||||
One may set another destination folder after the -prefix option.
|
||||
|
@ -5,8 +5,8 @@
|
||||
#include <winver.h>
|
||||
|
||||
|
||||
#define VER_FILEVERSION 2,11,0,9
|
||||
#define VER_FILEVERSION_STR "2.11.0.9\0"
|
||||
#define VER_FILEVERSION 2,11,1,0
|
||||
#define VER_FILEVERSION_STR "2.11.1.0\0"
|
||||
|
||||
#ifdef GCC_WINDRES
|
||||
|
||||
|
Reference in New Issue
Block a user