marble for mingw-win32? (+ some notes)

Lubomir I. Ivanov neolit123 at gmail.com
Wed Jun 19 03:13:31 PDT 2013


does anyone have an idea where i can find pre-compiled marble devel
packages for windows/mingw/qt5?

i really don't want to go trough these steps for the sake of including
the widget:
http://techbase.kde.org/Projects/Marble/WindowsCompiling#Compiling_Marble_using_MingW

also it doesn't seem possible to disable marble in subsurface ATM and
are there any plans to do that?

some other notes:
i found inconsistencies in usage of Q_SLOTS: against slots: in some
qt-ui/*.h files.
so i manually replaced slots: with Q_SLOTS: in all places because i
was getting an error. not sure what's going on there...

divelistview.cpp: i had to do a:
	#if QT_VERSION < 0x050000
		header()->setClickable(true);
	#endif
since setClickable() doesn't seem to be a method in QHeaderView from Qt5?

also is it me or the current state of the Makefile(s) is
worse/more-complicated than the GTK version...?

lubomir
--


More information about the subsurface mailing list