Summary: This only depended on okularpart due to the export header used in the kcfgc file, so use a dedicated one for the mobile components that doesn't export anything. This enables disabling the part build for mobile-only builds such as Android, and thus removing the need for some difficult dependencies like KParts. Reviewers: aacid Reviewed By: aacid Subscribers: aacid, okular-devel Tags: #okular Differential Revision: https://phabricator.kde.org/D19037remotes/origin/Applications/19.04
parent
aaa176041d
commit
bc4c19eb92
3 changed files with 12 additions and 1 deletions
@ -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 |
||||||
@ -0,0 +1 @@ |
|||||||
|
#include "settings_mobile.h" |
||||||
Loading…
Reference in new issue