few minor edits needed to build & run on linux
euqt is a C++/C wrap of Qt for the euphoria programming language
Status: Pre-Alpha
Brought to you by:
ne1uno
Originally created by: eltro...@gmail.com
Originally owned by: eltro...@gmail.com
next version 625 whenever that is will build on linux. getting Qt itself compiled required a few meg of -dev libs not installed by default on unbuntu 10, maybe in 11 or some other distro. some info is on the Qt linux requirements page.
the src.pro file needs a win32: before a few lines meant for minGW gcc.
a few places need to check if OPENGL_LIB is defined in case you build Qt w/o openGL.
the css on widgets can use a tweak for linux depending on your window manager and preferences.