mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 12:30:32 +08:00
9 lines
230 B
Prolog
9 lines
230 B
Prolog
|
QMAKE_SUBSTITUTES += test.in sub/test2.in indirect copy
|
||
|
|
||
|
indirect.input = $$PWD/test3.txt
|
||
|
indirect.output = $$OUT_PWD/sub/indirect_test.txt
|
||
|
|
||
|
copy.input = $$PWD/copy.txt
|
||
|
copy.output = $$OUT_PWD/copy_test.txt
|
||
|
copy.CONFIG = verbatim
|