Bug 344266

Summary: no way to not build kde4/qt4 style
Product: [Frameworks and Libraries] QtCurve Reporter: Harald Sitter <sitter>
Component: generalAssignee: Yichao Yu <yyc1992>
Status: RESOLVED NOT A BUG    
Severity: normal CC: hein
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Harald Sitter 2015-02-17 08:28:24 UTC
the main CMakeLists.txt has an unguarded
> find_package(KDE4 QUIET)
preventing one from building only the qt5 style

Reproducible: Always
Comment 1 Yichao Yu 2015-02-17 13:08:39 UTC
Do you really get an error?

1. Just checked with my computer (which has both KDE4 and KF5) and it works.
2. The Qt5 CI build also successfully build Qt5 version only.
Comment 2 Harald Sitter 2015-02-17 13:17:12 UTC
I don't want it to look for kde4 at all.