/[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 3002 - (hide annotations) (download)
Sun Oct 9 10:14:12 2016 UTC (7 years, 6 months ago) by capela
File size: 412 byte(s)
- Avoid including the qt5 x11extras module on non-single/uniquue
  instance builds (--disable-xunique).
1 capela 2074 # qsampler.pri
2     #
3 capela 2130 PREFIX = @ac_prefix@
4 capela 2987 BINDIR = @ac_bindir@
5     LIBDIR = @ac_libdir@
6     DATADIR = @ac_datadir@
7     MANDIR = @ac_mandir@
8    
9     VERSION = @ac_version@
10 capela 2130 CONFIG += @ac_debug@
11 capela 2987
12 capela 2131 INCLUDEPATH += @ac_incpath@
13 capela 2130 LIBS += @ac_libs@
14 capela 2545
15     # Extra optimization flags
16     QMAKE_CXXFLAGS += @ac_cflags@
17     QMAKE_LFLAGS += @ac_ldflags@
18 capela 3002
19     # X11 support
20     unix:!macx {
21     QX11EXTRAS = @ac_qx11extras@
22     !isEmpty(QX11EXTRAS) {
23     QT += x11extras
24     }
25     }

  ViewVC Help
Powered by ViewVC