On Tuesday 31 August 2010 13:57:26 Serghei Amelian wrote: [...]
PS Maybe is better ideea to switch entire trinity project to cmake build system?
I created a minimal cmake script, which is able to compile and install tqt.
For testing/using it, put CMakeLists.txt in root of tqtinterface, then run follow commands:
cmake -DCMAKE_INSTALL_PREFIX=/usr make make install DESTDIR=/tmp/test
For verbose mode, you must run "make VERBOSE=1"
Note that i do not tested if the resulted library is correctly built (yet).
Feedback are welcome.