summaryrefslogtreecommitdiffstats
path: root/make-symlinks.sh
blob: 96ae7ce548a12a5735c53904e6eccc2c9e557574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
cd include
rm -f q*.h
ln -s ../src/*/q*.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/*/q*_p.h .