Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.12.0
-
None
Description
Using precompiled headers by adding:
CONFIG += precompile_header
PRECOMPILED_HEADER = pch.h
to the .pro file fails when compiling with Clang (for Android). A totally wrong '-include' directive is added to the clang++ command line. It actually contains project's name instead of the precompiled header file name (as highlighted blue in the picture below):
Attachments
Issue Links
- duplicates
-
QTBUG-72404 Precompiled headers don't work on Android
- Closed