CMake: Compile fix

Amends d5383c92a8

Change-Id: Ie0743ac01adbae7eff1d84979acaed68474bc760
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
hjk
2019-06-12 14:47:41 +02:00
committed by Tobias Hunger
parent 2942ae876c
commit 0981a0af25

View File

@@ -90,11 +90,12 @@ public:
enum ReparseParameters { REPARSE_DEFAULT = 0, // use defaults enum ReparseParameters { REPARSE_DEFAULT = 0, // use defaults
REPARSE_URGENT = 1, // Do not wait for more requests, start ASAP REPARSE_URGENT = 1, // Do not wait for more requests, start ASAP
REPARSE_FORCE_CONFIGURATION = 2, // Force configuration arguments to cmake REPARSE_FORCE_CMAKE_RUN = 2, // Force cmake to run
REPARSE_CHECK_CONFIGURATION = 4, // Check and warn if on-disk config and QtC config differ REPARSE_FORCE_CONFIGURATION = 4, // Force configuration arguments to cmake
REPARSE_SCAN = 8, REPARSE_CHECK_CONFIGURATION = 8, // Check and warn if on-disk config and QtC config differ
REPARSE_IGNORE = 16, // Do not reparse:-) REPARSE_SCAN = 16,
REPARSE_FAIL = 32 // Do not reparse and raise a warning REPARSE_IGNORE = 32, // Do not reparse:-)
REPARSE_FAIL = 64 // Do not reparse and raise a warning
}; };
signals: signals: