blob: c89da2c23f356a87bb70d8640707dc69ca4f80c7 (
plain) (
tree)
|
|
#-------------------------------------------------
#
# 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
|