Compile Qt TAR
Web site : http://qttar.sourceforge.net
Source code : https://sourceforge.net/projects/qttar/files/
Version : 2015-11-04
Table Of Contents
- Qt TAR source directory
- Compile QtTAR
- Generate QtTAR Qt Document
Qt TAR source directory
- QtTAR
- 3rdparty
- doc
- HTML
- ODT
- QtTAR.odt
- QtTAR-TW.odt
- QtTAR-CN.odt
- PDF
- QtTAR.pdf
- QtTAR-TW.pdf
- QtTAR-CN.pdf
- Qt
- cn
- examples.html
- index.html
- lzo.html
- others.html
- qtlzo.html
- Replacements.txt
- en
- examples.html
- index.html
- lzo.html
- others.html
- qtlzo.html
- tw
- examples.html
- index.html
- lzo.html
- others.html
- qtlzo.html
- classic.css
- index.html
- Qt.pri
- QtTAR.qhp
- TeX
- examples
- tartool
- tartool.cpp
- tartool.ico
- tartool.pro
- tartool.rc
- examples.pro
- include
- QtTAR
- headers.pri
- QtTAR
- qttar.hpp
- src
- Embedded
- TAR
- TAR.pri
- qttar.cpp
- qttar.hpp
- QtTAR
- src.pro
- tests
Compile QtTAR
You need to use Qt source code to compile QtTAR module, the location
of QtTAR module as following:
- QtTargetDirectory
- QtSourceDirectory
- QtTAR
- qtbase
- gnuwin32
- ...
Normally, compile Qt uses separate source and target directories,
QtTargetDirectory is the target directory after Qt compiled,
QtSourceDirectory is the Qt source code directory.
After you complete compiled Qt, do not make distclean or make clean,
decompress QtTAR, place it into QtSourceDirectory directory, and
rename it into QtTAR.
Unix
cd QtTAR
qmake
make
make install
Windows
cd QtTAR
qmake
nmake
nmake install
Or
cd QtTAR
qmake
jom
nmake install
This will do.
Generate QtTAR Qt Document
Move to directory QtTAR\doc\Qt:
cd QtTAR\doc\Qt
qhelpgenerator.exe QtTAR.qhp -o QtTAR.qch
Add document into Qt Creator
Open up Qt Creator, Tool -> Options -> Help -> Document
-> Add, select QtTAR.qch.
ć–°Add document into Qt Assistant
Open up Qt Assistant, Edit -> Preference -> Document ->
Add, select QtTAR.qch.
Neutrino
International Inc. 2001~2015