You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/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 .
|
|
|