Mercurial > hg > svgui
comparison svgui.pro @ 946:36cddc3de023 alignment_view
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 20 Apr 2015 09:19:52 +0100 |
parents | a3b3b64fbc43 20698aa6a517 |
children | f535f6e5dbb0 |
comparison
equal
deleted
inserted
replaced
897:499b637f2a26 | 946:36cddc3de023 |
---|---|
23 } | 23 } |
24 | 24 |
25 DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_RUBBERBAND HAVE_LIBLO HAVE_MAD HAVE_ID3TAG | 25 DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_RUBBERBAND HAVE_LIBLO HAVE_MAD HAVE_ID3TAG |
26 } | 26 } |
27 | 27 |
28 CONFIG += staticlib qt thread warn_on stl rtti exceptions | 28 CONFIG += staticlib qt thread warn_on stl rtti exceptions c++11 |
29 QT += network xml gui widgets | 29 QT += network xml gui widgets |
30 | 30 |
31 TARGET = svgui | 31 TARGET = svgui |
32 | 32 |
33 DEPENDPATH += . ../svcore | 33 DEPENDPATH += . ../svcore |
116 widgets/KeyReference.h \ | 116 widgets/KeyReference.h \ |
117 widgets/LabelCounterInputDialog.h \ | 117 widgets/LabelCounterInputDialog.h \ |
118 widgets/LayerTree.h \ | 118 widgets/LayerTree.h \ |
119 widgets/LayerTreeDialog.h \ | 119 widgets/LayerTreeDialog.h \ |
120 widgets/LEDButton.h \ | 120 widgets/LEDButton.h \ |
121 widgets/LevelPanToolButton.h \ | |
122 widgets/LevelPanWidget.h \ | |
121 widgets/ListInputDialog.h \ | 123 widgets/ListInputDialog.h \ |
122 widgets/MIDIFileImportDialog.h \ | 124 widgets/MIDIFileImportDialog.h \ |
123 widgets/ModelDataTableDialog.h \ | 125 widgets/ModelDataTableDialog.h \ |
124 widgets/NotifyingCheckBox.h \ | 126 widgets/NotifyingCheckBox.h \ |
125 widgets/NotifyingComboBox.h \ | 127 widgets/NotifyingComboBox.h \ |
154 widgets/KeyReference.cpp \ | 156 widgets/KeyReference.cpp \ |
155 widgets/LabelCounterInputDialog.cpp \ | 157 widgets/LabelCounterInputDialog.cpp \ |
156 widgets/LayerTree.cpp \ | 158 widgets/LayerTree.cpp \ |
157 widgets/LayerTreeDialog.cpp \ | 159 widgets/LayerTreeDialog.cpp \ |
158 widgets/LEDButton.cpp \ | 160 widgets/LEDButton.cpp \ |
161 widgets/LevelPanToolButton.cpp \ | |
162 widgets/LevelPanWidget.cpp \ | |
159 widgets/ListInputDialog.cpp \ | 163 widgets/ListInputDialog.cpp \ |
160 widgets/MIDIFileImportDialog.cpp \ | 164 widgets/MIDIFileImportDialog.cpp \ |
161 widgets/ModelDataTableDialog.cpp \ | 165 widgets/ModelDataTableDialog.cpp \ |
162 widgets/NotifyingCheckBox.cpp \ | 166 widgets/NotifyingCheckBox.cpp \ |
163 widgets/NotifyingComboBox.cpp \ | 167 widgets/NotifyingComboBox.cpp \ |