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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC