mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13: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