Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Add object files without one

$
0
0
I want to add a object files in pro file like this: LIBS += ../../bin/*.o but that also add main.o file. I try remove that: LIBS -= ../../bin/main.o but it don’t work. How to do that correctly?

Viewing all articles
Browse latest Browse all 2113

Trending Articles