mardi 12 juin 2018

How to Set VERSION for dylib on MAC OS X using QT 5.6

    My .Pro file on MAC OS X
    TEMPLATE = lib    //creates library
    CONFIG += console c++11 //using c++11
    CONFIG -= app_bundle  //not creating app bundle
    CONFIG -= qt          //not using qt library
    TARGET = MyLogDylib   //my dylib name
    CONFIG += plugin      //single dylib
    DESTDIR += ../../MyLogLib  //location of dylib
    VERSION = 1.2.3 //version i.e unable to set this 

I have following configuration for .pro file but unable to set "MyLogDylib.dylib" dynamic lib version using QT 5.6 on MAC OS X

Aucun commentaire:

Enregistrer un commentaire