Skip to content
Snippets Groups Projects
Commit 4a40b0e2 authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

fix default install prefix in .pri

parent d32e00f4
No related branches found
Tags 2.2.13
No related merge requests found
cmake_minimum_required(VERSION 3.20)
project(cumbia-qtcontrols-ng VERSION 2.2.12 LANGUAGES C CXX)
project(cumbia-qtcontrols-ng VERSION 2.2.13 LANGUAGES C CXX)
add_subdirectory(src)
add_subdirectory(plugins)
isEmpty(INSTALL_ROOT) {
INSTALL_ROOT = /usr/local/cumbia-libs
INSTALL_ROOT = /runtime
}
# installation target dir
......@@ -25,8 +25,8 @@ CUMBIA_QTCONTROLS_NG_DOCDIR=$${INSTALL_ROOT}/share/doc/cumbia-qtcontrols-ng
cumbia_qtcontrols_ng_LIB=cumbia-qtcontrols-ng
VERSION_HEX = 0x020208
VERSION = 2.2.8
VERSION_HEX = 0x020213
VERSION = 2.2.13
DEFINES += CUMBIA_QTCONTROLS_NG_VERSION_STR=\"\\\"$${VERSION}\\\"\" \
CUMBIA_QTCONTROLS_NG_VERSION=$${VERSION_HEX}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment