diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-07 23:39:02 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-07 23:39:02 +0800 |
commit | 8f8782f43bd838e825f3792b611d27fffa90399b (patch) | |
tree | 1fbd96dd7ce061010edacf67f72f0ffb07889edf /qmidiplayer-desktop/qmidiplayer-desktop.pro | |
parent | 70fd2d85c1bd6fb8732e680e8fda9d36c317c732 (diff) | |
download | QMidiPlayer-8f8782f43bd838e825f3792b611d27fffa90399b.tar.xz |
Lunatic Princess.
Diffstat (limited to 'qmidiplayer-desktop/qmidiplayer-desktop.pro')
-rw-r--r-- | qmidiplayer-desktop/qmidiplayer-desktop.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/qmidiplayer-desktop/qmidiplayer-desktop.pro b/qmidiplayer-desktop/qmidiplayer-desktop.pro index 328af5d..0ac1b97 100644 --- a/qmidiplayer-desktop/qmidiplayer-desktop.pro +++ b/qmidiplayer-desktop/qmidiplayer-desktop.pro @@ -24,7 +24,8 @@ SOURCES += main.cpp\ qmpinfowindow.cpp \ qmpsettingswindow.cpp \ qmphelpwindow.cpp \ - qdialskulpturestyle.cpp + qdialskulpturestyle.cpp \ + ../core/qmpmidimapperrtmidi.cpp HEADERS += qmpmainwindow.hpp \ ../core/qmpmidiplay.hpp \ @@ -37,7 +38,7 @@ HEADERS += qmpmainwindow.hpp \ qmpsettingswindow.hpp \ qmphelpwindow.hpp \ qdialskulpturestyle.hpp \ - qmpimidimapper.hpp + ../core/qmpmidimappers.hpp FORMS += qmpmainwindow.ui \ qmpplistwindow.ui \ @@ -57,7 +58,7 @@ unix{ target.path = $$BINDIR INSTALLS += target QMAKE_CXXFLAGS += -std=c++11 -Wall - LIBS += -lfluidsynth + LIBS += -lfluidsynth -lrtmidi } win32:LIBS += e:/libs/fluidsynth/fluidsynth.lib winmm.lib #You have to change these win32:INCLUDEPATH += e:/libs/fluidsynth/include #before building... |