comparison svgui.pro @ 617:0b9960f0f0bc qt5

Add dependency build paths
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Mon, 25 Mar 2013 14:38:03 +0000
parents d632a1e87018
children e11a9d91b86b
comparison
equal deleted inserted replaced
616:d632a1e87018 617:0b9960f0f0bc
10 10
11 DEPENDPATH += . ../svcore 11 DEPENDPATH += . ../svcore
12 INCLUDEPATH += . ../svcore 12 INCLUDEPATH += . ../svcore
13 OBJECTS_DIR = o 13 OBJECTS_DIR = o
14 MOC_DIR = o 14 MOC_DIR = o
15
16 win32-g++ {
17 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include
18 }
19 win32-msvc* {
20 INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include
21 }
15 22
16 HEADERS += layer/Colour3DPlotLayer.h \ 23 HEADERS += layer/Colour3DPlotLayer.h \
17 layer/ColourDatabase.h \ 24 layer/ColourDatabase.h \
18 layer/ColourMapper.h \ 25 layer/ColourMapper.h \
19 layer/ImageLayer.h \ 26 layer/ImageLayer.h \