diff options
-rw-r--r-- | src/dgedit.pro | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/src/dgedit.pro b/src/dgedit.pro new file mode 100644 index 0000000..517be08 --- /dev/null +++ b/src/dgedit.pro @@ -0,0 +1,48 @@ +###################################################################### +# Automatically generated by qmake (3.0) Wed Nov 15 20:10:04 2017 +###################################################################### + +TEMPLATE = app +TARGET = dgedit +INCLUDEPATH += . +QT += widgets xml +LIBS += -lao -lsndfile + +# Input +HEADERS += audioextractor.h \ + canvas.h \ + canvastool.h \ + canvastoollisten.h \ + canvastoolselections.h \ + canvastoolthreshold.h \ + canvaswidget.h \ + filelist.h \ + itemeditor.h \ + mainwindow.h \ + mipmap.h \ + player.h \ + samplesorter.h \ + selection.h \ + selectioneditor.h \ + sleep.h \ + volumefader.h \ + zoomslider.h +SOURCES += audioextractor.cc \ + canvas.cc \ + canvastool.cc \ + canvastoollisten.cc \ + canvastoolselections.cc \ + canvastoolthreshold.cc \ + canvaswidget.cc \ + dgedit.cc \ + filelist.cc \ + itemeditor.cc \ + mainwindow.cc \ + mipmap.cc \ + player.cc \ + samplesorter.cc \ + selection.cc \ + selectioneditor.cc \ + volumefader.cc \ + zoomslider.cc +RESOURCES += dgedit.qrc |