mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-10 13:36:02 +00:00
qt4 backend
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user