From 261dc10a82fadee5df1942340eaa7b101ff9323d Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 19 Jan 2020 23:30:36 -0500 Subject: Added about page and finally music is playing :D --- AleePlayer.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'AleePlayer.pro') diff --git a/AleePlayer.pro b/AleePlayer.pro index 1b6707b..1e93944 100644 --- a/AleePlayer.pro +++ b/AleePlayer.pro @@ -1,4 +1,5 @@ QT += core gui +QT += multimedia greaterThan(QT_MAJOR_VERSION, 4): QT += widgets @@ -16,13 +17,16 @@ DEFINES += QT_DEPRECATED_WARNINGS #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 SOURCES += \ + about.cpp \ main.cpp \ player.cpp HEADERS += \ + about.h \ player.h FORMS += \ + about.ui \ player.ui TRANSLATIONS += \ -- cgit v1.2.3