Added rest of file modifications. (oops)

This commit is contained in:
codestation
2015-03-21 14:53:43 -04:30
parent 9f790dc788
commit 79067535c0
112 changed files with 228 additions and 14060 deletions

View File

@@ -1,3 +1,14 @@
VERSION = 0.3.10
# enable pkg-config on osx/windows
QT_CONFIG -= no-pkg-config
# enable pkg-config
CONFIG += link_pkgconfig
# disable extra debug/release directories
CONFIG -= debug_and_release
CXXFLAGS_WARNINGS = -Wall -Wextra -Wdisabled-optimization -Wformat=2 -Winit-self \
-Wmissing-include-dirs -Woverloaded-virtual -Wundef -Wno-unused \
-Wno-missing-field-initializers -Wno-format-nonliteral
@@ -5,12 +16,6 @@ CXXFLAGS_WARNINGS = -Wall -Wextra -Wdisabled-optimization -Wformat=2 -Winit-self
# custom CXXFLAGS
QMAKE_CXXFLAGS += -Wno-write-strings -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS $$CXXFLAGS_WARNINGS
QT_CONFIG -= no-pkg-config
CONFIG += link_pkgconfig
CONFIG -= debug_and_release
VERSION = 0.3.10
#Linux-only config
unix:!macx {
# largefile support