mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-04 16:54:02 -04:00
qt4 backend
This commit is contained in:
parent
3b96fc9619
commit
9daffeb764
5 changed files with 526 additions and 0 deletions
8
backend_qt4/compile_n_config
Executable file
8
backend_qt4/compile_n_config
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue