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:
parent
054bc6f891
commit
e19686d3d4
6
qtox.pro
6
qtox.pro
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user