/[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 3910 - (show annotations) (download)
Sun May 30 14:56:01 2021 UTC (2 years, 10 months ago) by capela
File size: 394 byte(s)
- Force QT_QPA_PLATFORM=xcb to standalone GUI aplications.
- Updated debian/compat, control files to debhelper >= 10.
1 # qsampler.pri
2 #
3 PREFIX = @ac_prefix@
4 BINDIR = @ac_bindir@
5 LIBDIR = @ac_libdir@
6 DATADIR = @ac_datadir@
7 MANDIR = @ac_mandir@
8
9 VERSION = @ac_version@
10 CONFIG += @ac_build_type@
11
12 INCLUDEPATH += @ac_incpath@
13 LIBS += @ac_libs@
14
15 # Extra optimization flags
16 QMAKE_CXXFLAGS += @ac_cflags@
17 QMAKE_LFLAGS += @ac_ldflags@
18
19 # Network support
20 QNETWORK = @ac_qnetwork@
21 !isEmpty(QNETWORK) {
22 QT += network
23 }

  ViewVC Help
Powered by ViewVC