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

You need to use Qt source code to compile QtTAR module, the location of QtTAR module as following:
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