forked from qt-creator/qt-creator
To be secure that include is only called it the definition is true. Change-Id: I04bae9860e64206a1c6886d7cf1682a87e9f9a07 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
8 lines
98 B
C++
8 lines
98 B
C++
#if 0
|
|
#include "includecollector_false.h"
|
|
#endif
|
|
|
|
#if 1
|
|
#include "includecollector_true.h"
|
|
#endif
|