您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
tqt3/make-symlinks.sh

13 行
345 B

#!/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 .