File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
DynamicAudioNormalizerGUI Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 2323ECHO =echo -e
2424SHELL =/bin/bash
2525
26+ MOC ?= moc
27+ QTDIR ?= /usr/include/qt4
28+
2629# #############################################################################
2730# Constants
2831# #############################################################################
2932
30- MOC ?= moc
31- QTDIR ?= /usr/include/qt4
32-
33+ API_VERSION := 1
3334PROGRAM_NAME := DynamicAudioNormalizerGUI
3435
3536# #############################################################################
4748endif
4849
4950CXXFLAGS += -I./src
50- CXXFLAGS += -I./include
51+ CXXFLAGS += -I../DynamicAudioNormalizerAPI/include
52+
53+ LDXFLAGS += -Wl,-rpath,'$$ORIGIN'
54+ LDXFLAGS += -L../DynamicAudioNormalizerAPI/lib
55+ LDXFLAGS += -lDynamicAudioNormalizerAPI-$(API_VERSION )
5156
57+ # Externel libraries
5258CXXFLAGS += -I$(QTDIR )
5359CXXFLAGS += -I$(QTDIR ) /QtGui
5460CXXFLAGS += -I$(QTDIR ) /QtCore
5561
56- # Externel libraries
5762LDXFLAGS += -lQtCore -lQtGui
5863
5964# #############################################################################
You can’t perform that action at this time.
0 commit comments