[Kstars-devel] KDE/kdeedu/kstars
Jason Harris
kstars at 30doradus.org
Fri Aug 31 16:59:09 CEST 2007
SVN commit 706921 by harris:
Adding KDE4_NO_ENABLE_FINAL, to avoid the compile errors discovered by Nicolas
Lecureuil.
This is just a workaround; I would prefer the htmesh code to be
modified so that it will work under KDE4_ENABLE_FINAL as well. It may
just be a matter of adding some "if(WIN)" (or similar) directives to
CMakeLists.txt.
It's strange that I can't see how the win-specific code is being
skipped when enable-final is not used...
CCMAIL: kstars-devel at kde.org
CCMAIL: neoclust.kde at gmail.com
M +1 -0 CMakeLists.txt
--- trunk/KDE/kdeedu/kstars/CMakeLists.txt #706920:706921
@@ -1,4 +1,5 @@
project(kstars)
+KDE4_NO_ENABLE_FINAL(kstars)
# some configure checks needed for kstars
include(CheckIncludeFiles)
More information about the Kstars-devel
mailing list