qt6windows7/tests/auto/tools/qmake/testdata/include_pwd/main.cpp

7 lines
54 B
C++
Raw Normal View History

2023-10-30 06:33:08 +08:00
#include "someheader.h"
int main()
{
return 0;
}