We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d23c2 commit 8147019Copy full SHA for 8147019
1 file changed
pri/quazipdetect.pri
@@ -5,6 +5,12 @@ message("Using fritzing quazip detect script.")
5
SOURCES += \
6
src/zlibdummy.c \
7
8
+packagesExist(quazip1-qt5) {
9
+ PKGCONFIG += quazip1-qt5
10
+ message("found quazip using pkg-config")
11
+ return()
12
+}
13
+
14
exists($$absolute_path($$PWD/../../quazip_qt5)) {
15
QUAZIPPATH = $$absolute_path($$PWD/../../quazip_qt5)
16
message("found quazip in $${QUAZIPPATH}")
@@ -56,4 +62,4 @@ win32 {
56
62
}
57
63
58
64
LIBS += -L$$QUAZIPLIB -lquazip1-qt5
59
-}
65
0 commit comments