mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Also apply the clang bugfix for gcc
This commit is contained in:
parent
b7266b1640
commit
a684420e89
|
@ -18,7 +18,7 @@ PRECOMPILED_HEADER = src/precompiled_header.hpp
|
|||
CONFIG += precompile_header
|
||||
|
||||
# https://bugreports.qt.io/browse/QTBUG-27018
|
||||
equals(QMAKE_CXX, "clang++") {
|
||||
equals(QMAKE_CXX, "clang++")|equals(QMAKE_CXX, "g++") {
|
||||
TARGET = bin/chatterino
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue