(Solved) QMake - Config Shared Libraries
-
I'm trying to create my app with shared libraries, doing this commands from
http://doc.qt.io/qt-5/linux-deployment.html#linking-the-application-to-qt-as-a-shared-libraryBut when i do this:
qmake -config release
The return is the menu help of qmake(qmake -h). And appears not exists the option "-config".
Any tips? thanks! -
Hi,
It's
qmake CONFIG+=release