https://bugs.kde.org/show_bug.cgi?id=445872
Bug ID: 445872
Summary: kde default template for kirigami app (c++) throws
errors at opening of project
Product: kdevelop
Version: unspecified
Platform: Neon Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Application templates
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
STEPS TO REPRODUCE
1. open kdevelop
2. add "empty" project with kirigami type
3. select all defaults
4. setup git WITHOUT account
5. you land with tons of errors both in app and in code like:
"'QApplication' file not found", "in added file 'QObject' file not found",
"unknown type name 'Q_DECL_EXPORT'
AND ERROR:
"""
unable to set settings for project'x' (error description: exit code : 0).
because of this code understanding might be broken.
to fix this bug be sure that project files"CMakeLists.txt" are correct and
KDevelop uses correct settings and CMake version. next right click on project
element and click "reload".
"""
OBSERVED RESULT
bunch of errors (look at 5 number in previous point)
EXPECTED RESULT
added files:
'QApplication','QUrl','KLocalizedString','KAboutData','QtQml','xconfig.h','version-x.h'
and so on...
SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.23.80
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.3
Kernel Version: 5.11.0-40-generic (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i3-8130U CPU @ 2.20GHz
Memory: 7.7 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620
ADDITIONAL INFORMATION
almost pure kde neon. no addons installed. just opened kdevelop and got this
--
You are receiving this mail because:
You are watching all bug changes.