This commit is contained in:
2025-08-26 22:57:23 +08:00
commit b703135335
25222 changed files with 6200887 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
QT = core
TEMPLATE = subdirs
tst.depends = lib lib2
# lib2 has to be installed after lib, so that plain libmylib.so symlink points
# to version 2 as expected by the test
lib2.depends = lib
SUBDIRS = lib \
lib2 \
tst
TARGET = tst_qlibrary
# no special install rule for subdir
INSTALLS =