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:
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!")
|
||||
}
|
Reference in New Issue
Block a user