Skip to content

Fix compilation error

Konstantin Avadov requested to merge avadov/ktimetracker:compile_fix into master

When compiling with Qt 6.6, build process ends up with error on the step "[62/86] Linking CXX executable bin/ktimetracker". The POSITION_INDEPENDENT_CODE property fixes the error.

This is my first commit for the KDE project. I want to improve the KTimeTracker, add some features. And as a starting point, I want to be able to build it.

@teams/qa

Merge request reports