Mercurial > hg > svcore
comparison svcore.pro @ 648:fd82ea0fc9f4
* Update SRCDIR for new layout, regenerate configure
author | Chris Cannam |
---|---|
date | Wed, 22 Sep 2010 11:24:20 +0100 |
parents | 9a6b50d3cc50 |
children | 920e3880f7b4 |
comparison
equal
deleted
inserted
replaced
647:c224dfa749a2 | 648:fd82ea0fc9f4 |
---|---|
14 OBJECTS_DIR = o | 14 OBJECTS_DIR = o |
15 MOC_DIR = o | 15 MOC_DIR = o |
16 | 16 |
17 # Doesn't work with this library, which contains C99 as well as C++ | 17 # Doesn't work with this library, which contains C99 as well as C++ |
18 PRECOMPILED_HEADER = | 18 PRECOMPILED_HEADER = |
19 | |
20 | |
21 #DEPENDPATH += fft fileio model osc .. | |
22 #INCLUDEPATH += . fft fileio model osc .. | |
23 | |
24 #DEPENDPATH += . .. api plugins api/alsa api/alsa/sound | |
25 #INCLUDEPATH += . .. api api/alsa plugins api/alsa/sound | |
26 | |
27 | 19 |
28 # Set up suitable platform defines for RtMidi | 20 # Set up suitable platform defines for RtMidi |
29 linux*: DEFINES += __LINUX_ALSASEQ__ | 21 linux*: DEFINES += __LINUX_ALSASEQ__ |
30 macx*: DEFINES += __MACOSX_CORE__ | 22 macx*: DEFINES += __MACOSX_CORE__ |
31 win*: DEFINES += __WINDOWS_MM__ | 23 win*: DEFINES += __WINDOWS_MM__ |