blackadderkate / weather-widget-2

Updated version of Weather Widget by Kotelnik
GNU General Public License v2.0
102 stars 22 forks source link

Fixes for version number and path variables #172

Closed Drommer closed 6 months ago

Drommer commented 6 months ago

Corrected version number from 2 to 3 in all files associated with the build.

Replaced QML_INSTALL_DIR and LOCALE_INSTALL_DIR variables with KDE_INSTALL_QMLDIR and KDE_INSTALL_LOCALEDIR from KDEInstallDirs to automatically build with correct file paths.

The QT_MAJOR_VERSION variable has been added directly to the CMake build file and removed from the dev-build.sh installation script.