mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Only use PCH on MSVC builds
This commit is contained in:
parent
eb55328b62
commit
9853bd638c
@ -127,14 +127,12 @@ win32 {
|
|||||||
LIBS += -lz
|
LIBS += -lz
|
||||||
}
|
}
|
||||||
|
|
||||||
MY_LIB_FILES += $${DESTDIR}/opengl32sw.dll
|
|
||||||
extra_libs.files = MY_LIB_FILES
|
|
||||||
extra_libs.path = $$DESTDIR
|
|
||||||
INSTALLS += extra_libs
|
|
||||||
|
|
||||||
CONFIG += precompile_header
|
if (*-msvc*) {
|
||||||
PRECOMPILED_HEADER = pch.h
|
CONFIG += precompile_header
|
||||||
HEADERS += pch.h
|
PRECOMPILED_HEADER = pch.h
|
||||||
|
HEADERS += pch.h
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user