summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2017-11-15 20:14:52 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2017-11-15 20:14:52 +0100
commit9364b9bb84f607d8603f60b86f965b77e03d8c70 (patch)
tree19e0a14cc492f3bd3b93353559fb37ceee0ea0a8
parentb5ed4063e7370f2472f77d8c59d645a156698980 (diff)
Added experimental qmake project file for Qt5.
-rw-r--r--src/dgedit.pro48
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