mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
chore: Remove qmake references
This commit is contained in:
@@ -166,7 +166,7 @@ if(SWIFT_BUILD_SAMPLES)
|
||||
endif()
|
||||
|
||||
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()
|
||||
|
||||
include(cmake/install.cmake)
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#error This file is only to be included by buildconfig.h
|
||||
#endif
|
||||
|
||||
// in-line definitions with qmake substitutions
|
||||
// in-line definitions with CMake substitutions
|
||||
#include "buildconfig_gen.inc"
|
||||
|
||||
//! \cond PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user