How can I suppress overriding recipe for target warning?
Solved
Installation and Deployment
-
I added CONFIG += object_parallel_to_source to pro file, so the same file name doesn't matter anymore. However, the warning is still printed.
What word should I add to QMAKE_CXXFLAGS? I can't find something to add like -XXXX (something like -Wno-unused-parameter) -
@Aaron-Kim said in How can I suppress overriding recipe for target warning?:
same file name doesn't matter anymore
Do you have repeating .cpp and .h in the .pro file?