I want to print the current processing file using QMAKE_FILE_IN variable how to do it.
Try below message format
message($$QMAKE_FILE_IN)
you can add other text with variable as follow
message(qmake file in value = $$QMAKE_FILE_IN)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With