Bug 344266 - no way to not build kde4/qt4 style
Summary: no way to not build kde4/qt4 style
Status: RESOLVED NOT A BUG
Alias: None
Product: QtCurve
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Yichao Yu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-17 08:28 UTC by Harald Sitter
Modified: 2015-02-17 13:17 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.