summaryrefslogtreecommitdiff
path: root/qmidiplayer.pro
blob: c89da2c23f356a87bb70d8640707dc69ca4f80c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#-------------------------------------------------
#
# Project created by QtCreator 2015-12-25T20:24:49
#
#-------------------------------------------------

QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = qmidiplayer
TEMPLATE = app


SOURCES += main.cpp\
		qmpmainwindow.cpp \
	qmpmidiplay.cpp \
	qmpmidiread.cpp \
    qmpplistwindow.cpp \
    qmpchannelswindow.cpp \
    qmppresetselect.cpp \
    qmpchanneleditor.cpp

HEADERS  += qmpmainwindow.hpp \
	qmpmidiplay.hpp \
    qmpplistwindow.hpp \
    qmpchannelswindow.hpp \
    qmppresetselect.hpp \
    qmpchanneleditor.hpp

FORMS    += qmpmainwindow.ui \
    qmpplistwindow.ui \
    qmpchannelswindow.ui \
    qmppresetselect.ui \
    qmpchanneleditor.ui

QMAKE_CXXFLAGS += -std=c++11 -Wall
LIBS += -lfluidsynth
RESOURCES     = resources.qrc