From d779d32c8c32e0e0c22662046498620b11fa46de Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 12 Feb 2017 00:29:01 +0800 Subject: 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. --- qmidiplayer-desktop/qmidiplayer-desktop.pro | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'qmidiplayer-desktop/qmidiplayer-desktop.pro') 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} -- cgit v1.2.3