mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Add support for building with mingw-w64 GCC. Fix warnings
This commit is contained in:
committed by
Jakub Melka
parent
2c5aca7ea6
commit
d4ee4b890b
@ -20,7 +20,8 @@ QT += core gui widgets winextras printsupport texttospeech network xml
|
||||
TARGET = Pdf4QtViewer
|
||||
TEMPLATE = lib
|
||||
|
||||
win32:TARGET_EXT = .dll
|
||||
include(../Pdf4Qt.pri)
|
||||
|
||||
VERSION = 1.1.0
|
||||
|
||||
DEFINES += PDF4QTVIEWER_LIBRARY
|
||||
@ -30,7 +31,9 @@ QMAKE_TARGET_COPYRIGHT = "(c) Jakub Melka 2018-2021"
|
||||
|
||||
DEFINES += QT_DEPRECATED_WARNINGS
|
||||
|
||||
QMAKE_CXXFLAGS += /std:c++latest /utf-8
|
||||
win32-*g++|unix: {
|
||||
LIBS += -ltbb
|
||||
}
|
||||
|
||||
INCLUDEPATH += $$PWD/../PDF4QtLib/Sources
|
||||
DESTDIR = $$OUT_PWD/..
|
||||
|
Reference in New Issue
Block a user