aboutsummaryrefslogtreecommitdiff
path: root/src/app/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/CMakeLists.txt')
-rw-r--r--src/app/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt
index cccd176ea..acbbd2483 100644
--- a/src/app/CMakeLists.txt
+++ b/src/app/CMakeLists.txt
@@ -33,6 +33,7 @@ SET(app_SRCS
main.cpp
qmmpstarter.cpp
lxdesupport.cpp
+ qmmpapplication.cpp
)
SET(app_HDRS lxdesupport.h)
@@ -40,7 +41,7 @@ SET(app_HDRS lxdesupport.h)
SET(app_MOC_HDRS
builtincommandlineoption.h
qmmpstarter.h
-
+ qmmpapplication.h
)
SET(app_RCCS images/images.qrc translations/qmmp_locales.qrc)