diff --git a/conf/settings_mobile.kcfgc b/conf/settings_mobile.kcfgc new file mode 100644 --- /dev/null +++ b/conf/settings_mobile.kcfgc @@ -0,0 +1,10 @@ +ClassName=Settings +NameSpace=Okular +File=okular.kcfg +Inherits=SettingsCore +Mutators=true +Singleton=true +Visibility= +IncludeFiles=settings_core.h +SourceIncludeFiles=qdom.h,QStandardPaths +MemberVariables=dpointer diff --git a/mobile/components/CMakeLists.txt b/mobile/components/CMakeLists.txt --- a/mobile/components/CMakeLists.txt +++ b/mobile/components/CMakeLists.txt @@ -20,7 +20,7 @@ okularsingleton.cpp ) -kconfig_add_kcfg_files(okular_SRCS ${CMAKE_SOURCE_DIR}/conf/settings.kcfgc ) +kconfig_add_kcfg_files(okular_SRCS ${CMAKE_SOURCE_DIR}/conf/settings_mobile.kcfgc) add_library(okularplugin SHARED ${okular_SRCS}) set_target_properties(okularplugin PROPERTIES COMPILE_DEFINITIONS "okularpart_EXPORTS") diff --git a/mobile/components/settings.h b/mobile/components/settings.h new file mode 100644 --- /dev/null +++ b/mobile/components/settings.h @@ -0,0 +1 @@ +#include "settings_mobile.h"