mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-05 00:35:27 +08:00
qt 6.5.1 original
This commit is contained in:
2
tests/auto/tools/qmakelib/testdata/cat/file1.txt
vendored
Normal file
2
tests/auto/tools/qmakelib/testdata/cat/file1.txt
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
"Hello, world."
|
||||
foo bar baz
|
5
tests/auto/tools/qmakelib/testdata/cat/file2.txt
vendored
Normal file
5
tests/auto/tools/qmakelib/testdata/cat/file2.txt
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
foo bar baz
|
||||
"Hello, ' world." post
|
||||
'Hello, " world.' post
|
||||
\" \' \\ \a \ nix
|
||||
" "
|
0
tests/auto/tools/qmakelib/testdata/files/dir/file1.txt
vendored
Normal file
0
tests/auto/tools/qmakelib/testdata/files/dir/file1.txt
vendored
Normal file
0
tests/auto/tools/qmakelib/testdata/files/dir/file2.txt
vendored
Normal file
0
tests/auto/tools/qmakelib/testdata/files/dir/file2.txt
vendored
Normal file
0
tests/auto/tools/qmakelib/testdata/files/file1.txt
vendored
Normal file
0
tests/auto/tools/qmakelib/testdata/files/file1.txt
vendored
Normal file
0
tests/auto/tools/qmakelib/testdata/files/file2.txt
vendored
Normal file
0
tests/auto/tools/qmakelib/testdata/files/file2.txt
vendored
Normal file
0
tests/auto/tools/qmakelib/testdata/files/other.txt
vendored
Normal file
0
tests/auto/tools/qmakelib/testdata/files/other.txt
vendored
Normal file
1
tests/auto/tools/qmakelib/testdata/fromfile/badfile.prx
vendored
Normal file
1
tests/auto/tools/qmakelib/testdata/fromfile/badfile.prx
vendored
Normal file
@ -0,0 +1 @@
|
||||
error("fail!")
|
1
tests/auto/tools/qmakelib/testdata/fromfile/infile.prx
vendored
Normal file
1
tests/auto/tools/qmakelib/testdata/fromfile/infile.prx
vendored
Normal file
@ -0,0 +1 @@
|
||||
DEFINES = QT_DLL
|
14
tests/auto/tools/qmakelib/testdata/include/inc.pri
vendored
Normal file
14
tests/auto/tools/qmakelib/testdata/include/inc.pri
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
VAR = val
|
||||
.VAR = nope
|
||||
|
||||
PLUS += more
|
||||
|
||||
fake-*: MATCH = 1
|
||||
|
||||
defineTest(func) {
|
||||
message("say hi!")
|
||||
}
|
||||
|
||||
defineReplace(func) {
|
||||
return("say hi!")
|
||||
}
|
1
tests/auto/tools/qmakelib/testdata/mkspecs/fake-g++/qmake.conf
vendored
Normal file
1
tests/auto/tools/qmakelib/testdata/mkspecs/fake-g++/qmake.conf
vendored
Normal file
@ -0,0 +1 @@
|
||||
# Nothing here
|
1
tests/auto/tools/qmakelib/testdata/mkspecs/features/default_post.prf
vendored
Normal file
1
tests/auto/tools/qmakelib/testdata/mkspecs/features/default_post.prf
vendored
Normal file
@ -0,0 +1 @@
|
||||
# Nothing here
|
1
tests/auto/tools/qmakelib/testdata/mkspecs/features/default_pre.prf
vendored
Normal file
1
tests/auto/tools/qmakelib/testdata/mkspecs/features/default_pre.prf
vendored
Normal file
@ -0,0 +1 @@
|
||||
# Nothing here
|
1
tests/auto/tools/qmakelib/testdata/mkspecs/features/spec_post.prf
vendored
Normal file
1
tests/auto/tools/qmakelib/testdata/mkspecs/features/spec_post.prf
vendored
Normal file
@ -0,0 +1 @@
|
||||
# Nothing here
|
1
tests/auto/tools/qmakelib/testdata/mkspecs/features/spec_pre.prf
vendored
Normal file
1
tests/auto/tools/qmakelib/testdata/mkspecs/features/spec_pre.prf
vendored
Normal file
@ -0,0 +1 @@
|
||||
# Nothing here
|
1
tests/auto/tools/qmakelib/testdata/mkspecs/features/testfeat.prf
vendored
Normal file
1
tests/auto/tools/qmakelib/testdata/mkspecs/features/testfeat.prf
vendored
Normal file
@ -0,0 +1 @@
|
||||
VAR = foo bar
|
Reference in New Issue
Block a user