summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/make-symlinks.sh
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-23 17:13:36 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-23 17:13:36 -0500
commit2f4ee8ef5d1fe9a8daa9d342d71b021e6a25ca01 (patch)
treec7c69fbe21ff704ebb8cf74b25627111ed30efdd /experimental/tqtinterface/qt4/make-symlinks.sh
parent5584c3586a63c9e18513e8df2d6823ec6b33dfc7 (diff)
downloadtde-2f4ee8ef5d1fe9a8daa9d342d71b021e6a25ca01.tar.gz
tde-2f4ee8ef5d1fe9a8daa9d342d71b021e6a25ca01.zip
Apply all Qt3.3.8d patches
NOTE: This will *likely* break compilation of TQt4 Please wait a few days for fixes to be committed as needed!
Diffstat (limited to 'experimental/tqtinterface/qt4/make-symlinks.sh')
-rw-r--r--experimental/tqtinterface/qt4/make-symlinks.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/experimental/tqtinterface/qt4/make-symlinks.sh b/experimental/tqtinterface/qt4/make-symlinks.sh
new file mode 100644
index 000000000..5d7831757
--- /dev/null
+++ b/experimental/tqtinterface/qt4/make-symlinks.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+cd include
+rm -f q*.h
+ln -s ../src/*/tq*.h .
+ln -s ../extensions/*/src/q*.h .
+ln -s ../tools/assistant/lib/qassistantclient.h .
+ln -s ../tools/designer/uilib/qwidgetfactory.h .
+rm -f q*_p.h
+cd private
+rm -f q*_p.h
+ln -s ../../src/*/tq*_p.h .
+