Only use PCH on MSVC builds

This commit is contained in:
Mark Watkins 2018-06-13 01:44:21 +10:00
parent eb55328b62
commit 9853bd638c

View File

@ -127,14 +127,12 @@ win32 {
LIBS += -lz
}
MY_LIB_FILES += $${DESTDIR}/opengl32sw.dll
extra_libs.files = MY_LIB_FILES
extra_libs.path = $$DESTDIR
INSTALLS += extra_libs
CONFIG += precompile_header
PRECOMPILED_HEADER = pch.h
HEADERS += pch.h
if (*-msvc*) {
CONFIG += precompile_header
PRECOMPILED_HEADER = pch.h
HEADERS += pch.h
}
}