Re: Version macro

2017-06-04 Thread Elvis Angelaccio
On domenica 4 giugno 2017 20:31:43 CEST, A. Bikadorov wrote: Quick question: is there a macro to find out the version of a frameworks library (KIO) at compile time? Yes, $framework_VERSION. Example usage: https://cgit.kde.org/dolphin.git/commit/?id=5f484d8ee865554f933dd22fd1a2e597b1ecb52a

Version macro

2017-06-04 Thread A. Bikadorov
Quick question: is there a macro to find out the version of a frameworks library (KIO) at compile time? Like PLASMA_MAKE_VERSION or QT_VERSION_CHECK. Thanks Alex