summaryrefslogtreecommitdiffstats
path: root/make-symlinks.sh
blob: 67a9bc99e06f15e5942fd378ec9f5d40ee7f2022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
cd include
rm -f q*.h ntq*.h
ln -s ../src/*/q*.h ../src/*/ntq*.h .
ln -s ../src/sql/drivers/*/qsql_*.h .
ln -s ../extensions/*/src/ntq*.h .
ln -s ../tools/assistant/lib/ntqassistantclient.h .
ln -s ../tools/designer/uilib/ntqwidgetfactory.h .
rm -f q*_p.h
cd private
rm -f q*_p.h tq*_p.h
ln -s ../../src/*/q*_p.h ../../src/*/tq*_p.h .