mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Only check dependencies on unix systems
This commit is contained in:
parent
c764d428b4
commit
b92ab8f8af
@ -29,6 +29,8 @@ lessThan(QT_VER_MIN, 3){
|
||||
}
|
||||
}
|
||||
|
||||
unix {
|
||||
!macx {
|
||||
packagesExist(QtCore) {
|
||||
message("Found QtCore")
|
||||
}
|
||||
@ -65,3 +67,5 @@ packagesExist(sqlite3) {
|
||||
else: {
|
||||
error("Missing dependency: sqlite3")
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user