1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore: silence unnecessary compiler output

Also show as many warnings as possible.
This commit is contained in:
Zetok Zalbavar 2016-10-05 13:29:41 +01:00
parent 054bc6f891
commit e19686d3d4
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -38,9 +38,13 @@ FORMS += \
src/widget/about/aboutuser.ui
CONFIG += c++11
CONFIG += warn_on exceptions_off rtti_off
CONFIG += link_pkgconfig
# undocumented, but just works
CONFIG += silent
QMAKE_CXXFLAGS += -fno-exceptions -fno-rtti
# needed, since `rtti_off` doesn't work
QMAKE_CXXFLAGS += -fno-rtti
QMAKE_RESOURCE_FLAGS += -compress 9 -threshold 0
# Rules for creating/updating {ts|qm}-files