forked from qt-creator/qt-creator
CMake Build: Add include guards for QtCreatorAPI
Commit e8fceb821e re-includes the file,
and things go bad.
Change-Id: Ifad79824f1a64459cd01337656b1a1300f49d06b
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
04e45d1bd9
commit
1fac0d49a2
@@ -1,3 +1,8 @@
|
||||
if(QT_CREATOR_API_DEFINED)
|
||||
return()
|
||||
endif()
|
||||
set(QT_CREATOR_API_DEFINED TRUE)
|
||||
|
||||
include(FeatureSummary)
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user