This website requires JavaScript.
Explore
Help
Sign In
amass
/
qt-build-tools
Watch
1
Star
0
Fork
0
You've already forked qt-build-tools
mirror of
https://github.com/crystalidea/qt-build-tools.git
synced
2025-02-03 19:57:42 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
94b1c5907b
qt-build-tools
/
6.5.3
/
_tools
/
cmake
/
share
/
cmake-3.27
/
Modules
/
TestForSTDNamespace.cxx
7 lines
75 B
C++
Raw
Normal View
History
Unescape
Escape
qt 6.5.1 builds
2023-11-01 06:11:15 +08:00
#
include
<list>
qt 6.5.1: use cmake portable 3.27.7
2023-11-01 08:44:24 +08:00
int
main
(
int
,
char
*
[
]
)
qt 6.5.1 builds
2023-11-01 06:11:15 +08:00
{
std
:
:
list
<
int
>
(
)
;
return
0
;
}
Reference in New Issue
Copy Permalink