diff options
Diffstat (limited to 'AleePlayer.pro')
| -rw-r--r-- | AleePlayer.pro | 4 |
1 files changed, 4 insertions, 0 deletions
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 += \ |
