~ubuntu-branches/ubuntu/precise/gtk-qt-engine/precise

« back to all changes in this revision

Viewing changes to src/README

  • Committer: Bazaar Package Importer
  • Author(s): Christoffer Sawicki
  • Date: 2005-01-02 22:24:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050102222409-2wsno0q9ywn0ac2e
Tags: upstream-0.60
ImportĀ upstreamĀ versionĀ 0.60

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
A GTK theme engine that uses QT for drawing.
 
2
 
 
3
Currently, the build system expects QT to be installed in /usr/lib/qt3
 
4
If this is not the case on your system, either create a symlink, or edit the
 
5
Makefile.am file to point to the correct location.
 
6
 
 
7
 
 
8
./configure [--prefix=/where/you/installed/gtk2]
 
9
make
 
10
make install
 
11
 
 
12
Then either use the Gnome Control Center to select the theme or put the
 
13
following into your ~/.gtkrc-2.0 :
 
14
 
 
15
gtk-theme-name = "Qt"
 
16
 
 
17
David Sansome
 
18
me@davidsansome.com
 
 
b'\\ No newline at end of file'