]> git.pld-linux.org Git - packages/OpenSceneGraph.git/commitdiff
- build with qt4 for now
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 16 Apr 2014 18:38:56 +0000 (20:38 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 16 Apr 2014 18:38:56 +0000 (20:38 +0200)
OpenSceneGraph.spec

index 58e9c6b1132aa28a4ed4e399d5872b42e61f5f06..e933d6ac9292130bec17bdd72e3ad3b695ac44be 100644 (file)
@@ -82,7 +82,9 @@ Wtyczki dla biblioteki Open Scene Graph.
 %build
 install -d build
 cd build
-%cmake ..
+%cmake \
+       -DDESIRED_QT_VERSION=4 \
+       ../
 %{__make}
 
 %install
This page took 0.120138 seconds and 4 git commands to generate.