ports/devel/generatorrunner/files/patch-CMakeLists.txt
Nicola Vitale fc91609bb4 GeneratorRunner is a tool that eases the development of binding generators
for C++ and Qt-based libraries by providing a framework to help automating
most of the process. It uses the ApiExtractor library to parse the header
files and manipulate the classes information while generating the binding
code using front-end modules provided by the user.

GeneratorRunner is based on the QtScriptGenerator project

WWW:	http://www.pyside.org/docs/generatorrunner/
2011-12-18 21:59:39 +00:00

11 lines
692 B
Text

--- ./CMakeLists.txt.orig 2011-11-18 21:38:22.000000000 +0100
+++ ./CMakeLists.txt 2011-12-18 18:34:11.000000000 +0100
@@ -41,7 +41,7 @@
set(generator_MINOR_VERSION "6")
set(generator_MICRO_VERSION "15")
set(generator_VERSION "${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}.${generator_MICRO_VERSION}")
-set(generator_SOVERSION "${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}")
+set(generator_SOVERSION "${generator_MAJOR_VERSION}")
set(USE_GENERATOR_VERSION_SUFFIX FALSE CACHE BOOL "This suffix allow to have various generator version installed simultaneous.")
if (ENABLE_VERSION_SUFFIX)
set(generator_SUFFIX "-${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}")