qt4 backend

This commit is contained in:
taipanromania 2008-07-18 14:48:31 +00:00
parent 3b96fc9619
commit 9daffeb764
5 changed files with 526 additions and 0 deletions

8
backend_qt4/compile_n_config Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
qmake -set ZINT_INSTALL_LIBS /usr/local/lib
qmake -set ZINT_INSTALL_HEADERS /usr/local/include
qmake && make && make install
ldconfig