mirror of https://github.com/KLayout/klayout.git
Fixed one .pro file for older Qt versions
This commit is contained in:
parent
72c3288090
commit
4f326572d4
|
|
@ -34,21 +34,27 @@ SOURCES = \
|
|||
equals(HAVE_QT, "0") {
|
||||
# nothing
|
||||
} else {
|
||||
|
||||
SOURCES += \
|
||||
tlWebDAV.cc \
|
||||
tlDeferredExecution.cc \
|
||||
tlFileSystemWatcher.cc \
|
||||
|
||||
}
|
||||
|
||||
equals(HAVE_CURL, "1") {
|
||||
|
||||
SOURCES += \
|
||||
tlHttpStream.cc \
|
||||
|
||||
} else {
|
||||
equals(HAVE_QT, "0") {
|
||||
# no HTTP stream available
|
||||
} else {
|
||||
|
||||
SOURCES += \
|
||||
tlHttpStream.cc \
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue