~ubuntu-branches/debian/sid/qmidinet/sid

« back to all changes in this revision

Viewing changes to src/src.pri.in

  • Committer: Package Import Robot
  • Author(s): Jaromír Mikeš
  • Date: 2014-08-02 22:40:43 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140802224043-mc35d2jep8ip4grm
Tags: 0.2.0-1
* Imported Upstream version 0.2.0
* Added patch to fix FTBFS.
* Added Keywords to desktop file.
* Keywords improved in desktop file.
* Added patch to pass CPPFLAGS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
CONFIG += @ac_debug@
5
5
INCLUDEPATH += @ac_incpath@
6
6
LIBS += @ac_libs@
 
7
 
 
8
# Extra optimization flags
 
9
QMAKE_CXXFLAGS += @ac_cflags@
 
10
QMAKE_CXXFLAGS += @ac_cppflags@
 
11
QMAKE_LFLAGS += @ac_ldflags@