File | Date | Author | Commit |
---|---|---|---|
generic | 2009-12-15 |
![]() |
[fa7c3a] Fix for black triangle on ToolButtons |
library | 2008-03-12 |
![]() |
[4a7e67] Tileqt ported to Qt 4.x |
tclconfig | 2009-12-09 |
![]() |
[466ca1] Support the Tcl Extension Architecture (TEA) bu... |
tests | 2009-12-09 |
![]() |
[466ca1] Support the Tcl Extension Architecture (TEA) bu... |
ChangeLog | 2009-12-07 |
![]() |
[a37fc0] Add license, remove copy of doc, add changeLog |
Makefile.in | 2009-12-10 |
![]() |
[5cb6c2] Fix for non gmake make |
README | 2009-12-10 |
![]() |
[2a5ceb] refer to configure --help for defaults and ment... |
aclocal.m4 | 2009-12-09 |
![]() |
[466ca1] Support the Tcl Extension Architecture (TEA) bu... |
configure | 2009-12-10 |
![]() |
[3b1f87] reconfigured |
configure.in | 2009-12-10 |
![]() |
[8d24db] Need tk private headers |
license.terms | 2009-12-07 |
![]() |
[dd7436] Added license terms from orginal tile-qt |
pkgIndex.tcl.in | 2009-12-10 |
![]() |
[f3ca4a] Put tileqt in namespace ttk:::theme |
UNIX BUILD ========== Requirements ------------ You'll need the Qt4 development headers. Ttk headers ----------- tile-qt needs the 'ttkTheme.h' and 'ttkDecls.h' headers. These are not copied during install of Tk, so you need to build against the Tk build directory. Configure --------- Default configure $ ./configure or specify one or more of the configure options: $ ./configure --prefix=... --with-tcl=... --with-tk=... --with-qt-inc=... --with-qt-lib=... Check 'configure --help' for default values of the different options. Build ----- $ make Install ------- $ make install