shared libraries - Add LDFLAGS in qt .pro field -
How to add LDFALGS to QT .pro field?
The Library folder and the Shared Library (.so)) are in a dir_path folder. For example, by adding this row LIBS + = -Ldir_path -library_name any suggestions? qmake has the You can read about the Qmake variable.
QMAKE_LFLAGS variable for this.
Comments
Post a Comment