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
@@ -22,6 +22,8 @@ CONFIG -= app_bundle
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
include(../Pdf4Qt.pri)
|
||||
|
||||
INCLUDEPATH += $$PWD/../Pdf4QtLib/Sources
|
||||
|
||||
DESTDIR = $$OUT_PWD/..
|
||||
@@ -30,8 +32,6 @@ LIBS += -L$$OUT_PWD/..
|
||||
|
||||
LIBS += -lPdf4QtLib
|
||||
|
||||
QMAKE_CXXFLAGS += /std:c++latest
|
||||
|
||||
SOURCES += \
|
||||
tst_lexicalanalyzertest.cpp
|
||||
|
||||
|
Reference in New Issue
Block a user