Menu

Tree [644011] default tip /
 History

Read Only access


File Date Author Commit
 doc 2012-09-19 peter peter [6dab17] initial import from cvs
 kde 2012-09-19 peter peter [482fc4] fixed tarball target
 lib 2012-09-19 peter peter [482fc4] fixed tarball target
 qtcl 2012-09-19 peter peter [482fc4] fixed tarball target
 qtclwidgetplugin 2012-09-19 peter peter [482fc4] fixed tarball target
 tests 2012-09-19 peter peter [6dab17] initial import from cvs
 .hgignore 2012-09-19 peter peter [482fc4] fixed tarball target
 COPYRIGHT 2012-09-19 peter peter [51d483] test change
 INSTALL 2012-09-19 peter peter [6dab17] initial import from cvs
 LICENSE 2012-09-29 Cliff Yapp Cliff Yapp [644011] Per discussion with Peter Brueckner, update lic...
 README 2012-09-29 Cliff Yapp Cliff Yapp [644011] Per discussion with Peter Brueckner, update lic...
 TODO 2012-09-19 peter peter [6dab17] initial import from cvs
 configure.in 2012-09-19 peter peter [7bede0] added forgotten files
 qtcl.pri.in 2012-09-19 peter peter [7bede0] added forgotten files
 qtcl.pro 2012-09-29 Cliff Yapp Cliff Yapp [bec541] Update tarball generation command to create a t...

Read Me

This is QTcl Version 2.0

QTcl implements tcl bindings to qt/kde

QTcl is the greatest thing after invention of wheel
QTcl is small, fasssssszzzzt, and easy to use
QTcl solves all your problems

QTcl may be used under the terms of either the GPLv2 
license or the LGPLv2.1 license - see the file LICENSE
for the license texts.

Installation unix:
install g++,binutils,autoconf,make etc
install qt and devel packages

autoconf
./configure
gmake
make
su root -c "make install"

Installation windows:
install mingw (make,g++,binutils...)
install qt

copy qtcl.pri.in qtcl.pri (because no autoconf/configure)
edit qtcl.pri 
qmake
make
make install