Bug 374569

Summary: Commit b2cd984b4fdc3718b58e99426a7b051fd829205d broke compilation
Product: [Frameworks and Libraries] QtCurve Reporter: Eugene Shalygin <eugene.shalygin+bugzilla.kde>
Component: qt5Assignee: Yichao Yu <yyc1992>
Status: RESOLVED FIXED    
Severity: critical CC: hein
Priority: NOR    
Version: git   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Eugene Shalygin 2017-01-05 00:59:21 UTC
The change contains a typo:
find_package(${QT_MIN_VERSION} CONFIG ${QtModule}) 
instead of
find_package(${QtModule} ${QT_MIN_VERSION} CONFIG)