diff options
author | mutantturkey <crazycal00@gmail.com> | 2011-09-09 16:33:33 -0400 |
---|---|---|
committer | mutantturkey <crazycal00@gmail.com> | 2011-09-09 16:33:33 -0400 |
commit | 1b2e638684ebbf2b777ead2fbbb4b69f3ac00bcb (patch) | |
tree | d8f1118c540008015e042caec1dbe52aa93c46c8 /arch/calvin/trinity-qt3/qt.profile | |
parent | 688262143652290b8fa3693b592359a0f0b54c55 (diff) | |
download | tde-packaging-1b2e638684ebbf2b777ead2fbbb4b69f3ac00bcb.tar.gz tde-packaging-1b2e638684ebbf2b777ead2fbbb4b69f3ac00bcb.zip |
started working on Qt3, made my own folder, when work is done, I will bring it into the main branch
Diffstat (limited to 'arch/calvin/trinity-qt3/qt.profile')
-rw-r--r-- | arch/calvin/trinity-qt3/qt.profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/calvin/trinity-qt3/qt.profile b/arch/calvin/trinity-qt3/qt.profile new file mode 100644 index 000000000..ed4d232ae --- /dev/null +++ b/arch/calvin/trinity-qt3/qt.profile @@ -0,0 +1,4 @@ +export QTDIR=/opt/qt +export QT_XFT=true +export PATH=$PATH:$QTDIR/bin +export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/qt/lib/pkgconfig |