diff options
Diffstat (limited to 'src/app/app.pro')
| -rw-r--r-- | src/app/app.pro | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/app/app.pro b/src/app/app.pro index bbc3fcff9..3f7ba55fd 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -8,15 +8,11 @@ win32:TARGET = ../../../bin/qmmp QT += network HEADERS += qmmpstarter.h \ - builtincommandlineoption.h \ - lxdesupport.h \ - qmmpapplication.h + builtincommandlineoption.h SOURCES += qmmpstarter.cpp \ builtincommandlineoption.cpp \ - lxdesupport.cpp \ - main.cpp \ - qmmpapplication.cpp + main.cpp RESOURCES = images/images.qrc translations/qmmp_locales.qrc |
