~ubuntu-branches/debian/jessie/synthv1/jessie

« back to all changes in this revision

Viewing changes to .pc/0004-fix_install_path.patch/src/src_lv2.pri.in

  • Committer: Package Import Robot
  • Author(s): Jaromír Mikeš
  • Date: 2014-03-11 15:08:33 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140311150833-hdd95xtc6ks4lwv5
Tags: 0.4.0-1
* Imported Upstream version 0.4.0
* Two patches removed - applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# synthv1_lv2.pri
2
 
#
3
 
 
4
 
PREFIX  = @ac_prefix@
5
 
CONFIG += @ac_debug@
6
 
 
7
 
INCLUDEPATH = @ac_lv2_incpath@
8
 
LIBS += @ac_lv2_libs@
9
 
 
10
 
QMAKE_CXXFLAGS += $(CPPFLAGS) @ac_cflags@
11
 
QMAKE_CFLAGS += $(CPPFLAGS)
12
 
QMAKE_LFLAGS += $(LDFLAGS)
13