Bug 369111

Summary: please add option to build mobile or not in CMakeLists.txt
Product: [Applications] okular Reporter: Chaoting Liu <brli>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: oliver.sander
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Chakra   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Chaoting Liu 2016-09-20 10:45:27 UTC
when building for linux desktop use, there is no need for mobile.okular*.desktop to be built and installed, it is a waste and confusing step

Reproducible: Always

Steps to Reproduce:
1. git clone from official git
2. mkdir build
3. cd build; cmake ../okular (normal build process)
4. make install

Actual Results:  
there are a bunch of mobile things installed to $installdir/usr/share/applications/
and some other things

Expected Results:  
there should have been an option to trun them off
Comment 1 Oliver Sander 2024-09-25 08:17:59 UTC
I see such an option in the current CMakeLists.txt. Please open a new, more specific bug report if that option doesn't do what it is supposed to.