mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
chore: Remove qmake references
This commit is contained in:
@@ -166,7 +166,7 @@ if(SWIFT_BUILD_SAMPLES)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(SWIFT_BUILD_DOCUMENTATION)
|
if(SWIFT_BUILD_DOCUMENTATION)
|
||||||
add_custom_target(documentation env DOXY_SRC_ROOT=${swift_SOURCE_DIR} doxygen Doxyfile.qmake WORKING_DIRECTORY ${swift_SOURCE_DIR}/docs)
|
add_custom_target(documentation env DOXY_SRC_ROOT=${swift_SOURCE_DIR} doxygen Doxyfile WORKING_DIRECTORY ${swift_SOURCE_DIR}/docs)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(cmake/install.cmake)
|
include(cmake/install.cmake)
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#error This file is only to be included by buildconfig.h
|
#error This file is only to be included by buildconfig.h
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// in-line definitions with qmake substitutions
|
// in-line definitions with CMake substitutions
|
||||||
#include "buildconfig_gen.inc"
|
#include "buildconfig_gen.inc"
|
||||||
|
|
||||||
//! \cond PRIVATE
|
//! \cond PRIVATE
|
||||||
|
|||||||
Reference in New Issue
Block a user