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: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Chakra   
OS: Linux   
Latest Commit: Version Fixed In:

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