mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 17:25:24 +08:00
qt 6.5.1 original
This commit is contained in:
2
tests/auto/tools/qmake/testdata/include_pwd/anotherheader.h
vendored
Normal file
2
tests/auto/tools/qmake/testdata/include_pwd/anotherheader.h
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
/* This file should be included indirectly through main.cpp */
|
4
tests/auto/tools/qmake/testdata/include_pwd/include_pwd.pro
vendored
Normal file
4
tests/auto/tools/qmake/testdata/include_pwd/include_pwd.pro
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
TEMPLATE = app
|
||||
SOURCES = main.cpp
|
||||
CONFIG -= debug_and_release_target
|
||||
INCLUDEPATH += somedirectory
|
6
tests/auto/tools/qmake/testdata/include_pwd/main.cpp
vendored
Normal file
6
tests/auto/tools/qmake/testdata/include_pwd/main.cpp
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#include "someheader.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
1
tests/auto/tools/qmake/testdata/include_pwd/somedirectory/someheader.h
vendored
Normal file
1
tests/auto/tools/qmake/testdata/include_pwd/somedirectory/someheader.h
vendored
Normal file
@ -0,0 +1 @@
|
||||
#include "anotherheader.h"
|
Reference in New Issue
Block a user