/[svn]/qsampler/trunk/src/src.pri.in
ViewVC logotype

Contents of /qsampler/trunk/src/src.pri.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2545 - (show annotations) (download)
Sat May 10 16:06:02 2014 UTC (9 years, 10 months ago) by capela
File size: 193 byte(s)
- Allow the build system to include an user specified LDFLAGS.
1 # qsampler.pri
2 #
3 PREFIX = @ac_prefix@
4 CONFIG += @ac_debug@
5 INCLUDEPATH += @ac_incpath@
6 LIBS += @ac_libs@
7
8 # Extra optimization flags
9 QMAKE_CXXFLAGS += @ac_cflags@
10 QMAKE_LFLAGS += @ac_ldflags@

  ViewVC Help
Powered by ViewVC