diff options
Diffstat (limited to 'src/app/app.pro')
| -rw-r--r-- | src/app/app.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/app/app.pro b/src/app/app.pro index cc7597f76..12362d557 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -2,13 +2,15 @@ include(../../qmmp.pri) HEADERS += qmmpstarter.h \ builtincommandlineoption.h \ - lxdesupport.h + lxdesupport.h \ + qmmpapplication.h SOURCES += \ qmmpstarter.cpp \ builtincommandlineoption.cpp \ lxdesupport.cpp \ - main.cpp + main.cpp \ + qmmpapplication.cpp @@ -75,3 +77,5 @@ TRANSLATIONS = translations/qmmp_ru.ts \ translations/qmmp_ja.ts \ translations/qmmp_es.ts \ translations/qmmp_sk.ts + + |
