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 QMAKE_LFLAGS variable for this.

You can read about the Qmake variable.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -