diff options
Diffstat (limited to 'src/app/CMakeLists.txt')
| -rw-r--r-- | src/app/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index c7986bf31..329f2d486 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -32,10 +32,11 @@ SET(app_SRCS main.cpp qmmpstarter.cpp lxdesupport.cpp + unitysupport.cpp qmmpapplication.cpp ) -SET(app_HDRS lxdesupport.h) +SET(app_HDRS lxdesupport.h unitysupport.h) SET(app_RCCS images/images.qrc translations/qmmp_locales.qrc) |
