From ada7ac563455d1948f5d254d594bf7803cb77ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 8 Dec 2019 19:33:23 +0100 Subject: [PATCH] Added symlink include/qsql_sqlite3.h. Updated make-symlinks.sh script. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- include/qsql_sqlite3.h | 1 + make-symlinks.sh | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 120000 include/qsql_sqlite3.h diff --git a/include/qsql_sqlite3.h b/include/qsql_sqlite3.h new file mode 120000 index 00000000..40bd917a --- /dev/null +++ b/include/qsql_sqlite3.h @@ -0,0 +1 @@ +../src/sql/drivers/sqlite3/qsql_sqlite3.h \ No newline at end of file diff --git a/make-symlinks.sh b/make-symlinks.sh index 8132ad28..67a9bc99 100644 --- a/make-symlinks.sh +++ b/make-symlinks.sh @@ -1,12 +1,12 @@ #!/bin/sh cd include -rm -f q*.h -ln -s ../src/*/q*.h . -ln -s ../extensions/*/src/q*.h . +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 -ln -s ../../src/*/q*_p.h . - +rm -f q*_p.h tq*_p.h +ln -s ../../src/*/q*_p.h ../../src/*/tq*_p.h .