diff options
author | Chris Xiong <chirs241097@gmail.com> | 2017-02-12 00:29:01 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2017-02-12 00:29:01 +0800 |
commit | d779d32c8c32e0e0c22662046498620b11fa46de (patch) | |
tree | ba63a0d33d1fb6a07bca30d74dd72934b9ef69ce /qmidiplayer-desktop/qmidiplayer-desktop.pro | |
parent | acf466561f17bf0eb6c19ea0467b27f5392aeb36 (diff) | |
download | QMidiPlayer-d779d32c8c32e0e0c22662046498620b11fa46de.tar.xz |
New functionality API. Port built-in features to the new API.
Start the revamp of the main Window. Credit of the new design goes to @BLumia.
Diffstat (limited to 'qmidiplayer-desktop/qmidiplayer-desktop.pro')
-rw-r--r-- | qmidiplayer-desktop/qmidiplayer-desktop.pro | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/qmidiplayer-desktop/qmidiplayer-desktop.pro b/qmidiplayer-desktop/qmidiplayer-desktop.pro index 4a04d6b..427a2ff 100644 --- a/qmidiplayer-desktop/qmidiplayer-desktop.pro +++ b/qmidiplayer-desktop/qmidiplayer-desktop.pro @@ -27,7 +27,8 @@ SOURCES += main.cpp\ qmphelpwindow.cpp \ qdialskulpturestyle.cpp \ ../core/qmpmidimapperrtmidi.cpp \ - qmpplugin.cpp + qmpplugin.cpp \ + qmpcustomizewindow.cpp HEADERS += qmpmainwindow.hpp \ ../core/qmpmidiplay.hpp \ @@ -42,7 +43,8 @@ HEADERS += qmpmainwindow.hpp \ qdialskulpturestyle.hpp \ ../core/qmpmidimappers.hpp \ ../include/qmpcorepublic.hpp \ - qmpplugin.hpp + qmpplugin.hpp \ + qmpcustomizewindow.hpp FORMS += qmpmainwindow.ui \ qmpplistwindow.ui \ @@ -52,7 +54,8 @@ FORMS += qmpmainwindow.ui \ qmpefxwindow.ui \ qmpinfowindow.ui \ qmpsettingswindow.ui \ - qmphelpwindow.ui + qmphelpwindow.ui \ + qmpcustomizewindow.ui TRANSLATIONS += translations/qmp_zh_CN.ts DEFINES += BUILD_MACHINE=$${QMAKE_HOST.name} |