Support using dynamic library of qqmlsortfilterproxymodel.
This commit is contained in:
parent
144660e5b5
commit
08617e8d80
|
@ -1 +1 @@
|
||||||
Subproject commit 3c2c125c7c3b21650e57c61c4bb5fe064a36eb7c
|
Subproject commit 1efea2b6003dcc23e0b0d9787cbdef2cf557636d
|
|
@ -12,9 +12,16 @@ packagesExist(QMatrixClient) {
|
||||||
message("Found libQMatrixClient via pkg-config.")
|
message("Found libQMatrixClient via pkg-config.")
|
||||||
PKGCONFIG += QMatrixClient
|
PKGCONFIG += QMatrixClient
|
||||||
} else {
|
} else {
|
||||||
|
messge("Build libQMatrixClient from source.")
|
||||||
include(include/libqmatrixclient/libqmatrixclient.pri)
|
include(include/libqmatrixclient/libqmatrixclient.pri)
|
||||||
}
|
}
|
||||||
|
packagesExist(SortFilterProxyModel) {
|
||||||
|
message("Found qqmlsortfilterproxymodel via pkg-config.")
|
||||||
|
PKGCONFIG += SortFilterProxyModel
|
||||||
|
} else {
|
||||||
|
messge("Build qqmlsortfilterproxymodel from source.")
|
||||||
include(include/SortFilterProxyModel/SortFilterProxyModel.pri)
|
include(include/SortFilterProxyModel/SortFilterProxyModel.pri)
|
||||||
|
}
|
||||||
|
|
||||||
# The following define makes your compiler emit warnings if you use
|
# The following define makes your compiler emit warnings if you use
|
||||||
# any feature of Qt which as been marked deprecated (the exact warnings
|
# any feature of Qt which as been marked deprecated (the exact warnings
|
||||||
|
|
Loading…
Reference in New Issue