This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
qtbase
mirror of
https://github.com/qt/qtbase.git
Watch
1
Star
0
Fork
You've already forked qtbase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7e09a2db4f
qtbase
/
config.tests
/
separate_debug_info
/
main.cpp
4 lines
97 B
C++
Raw
Normal View
History
Unescape
Escape
Add copyright and licensing to .cpp and .h files missing them Task-number: QTBUG-124453 Change-Id: I4487791114ce8ee6d2e788cc9a5f2ea5ec162f6b Reviewed-by: Kai Köhne <kai.koehne@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2024-05-02 09:26:31 +00:00
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: BSD-3-Clause
CMake: Port the 'separate_debug_info' feature For this, we have to uninline the separate_debug_info configure test, because supporting the conversion of this in configurejson2cmake is not worth the hassle. Separate debug information can be turned on for a target by calling the function qt_enable_separate_debug_info. For Qt's shared libraries and tools separate debug information is generated if the 'separate_debug_info' feature is manually turned on. Change-Id: Ic2ffc15efef3794dc0aa42f3d853ef6d651a751c Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-02-26 10:41:20 +00:00
int
main
(
)
{
}