QtRPT
Unsolved
General and Desktop
-
i downloaded QtRPT source file for linux 16.04 from ```
https://sourceforge.net/projects/qtrpt/files/?source=navbar
``but it unable to run, can anyone know how to run and use qtRPT?please tell me... -
@nani1169 Your question isn't related to Qt.
Please take a look at INSTALL.txt file:Compile Zint: cd QtRptProject/zint-2.4.4/backend_qt4 qmake -o Makefile Zint.pro make Compile designer and library: cd ../../QtRptDesigner qmake make clean make Compile the demo program: cd ../QtRptDemo qmake make clean make Execute the demo program: cd ../bin/release export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/PATH_TO_WHERE_IT_IS/QtRptProject/bin/release/lib ./QtRptDemo &