summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--3rdparty/liblzma.pri20
1 files changed, 0 insertions, 20 deletions
diff --git a/3rdparty/liblzma.pri b/3rdparty/liblzma.pri
deleted file mode 100644
index faf4a391..00000000
--- a/3rdparty/liblzma.pri
+++ /dev/null
@@ -1,20 +0,0 @@
-
-bundled-liblzma {
- error("bundled-liblzma is not supported ATM")
-
-# LIBLZMA_PATH = $$PWD/xz-5.2.1
-# LIBLZMA_BUILD_PATH = $$shadowed($$LIBLZMA_PATH)
-#
-# INCLUDEPATH += $$LIBLZMA_PATH/src/liblzma/api
-# LIBS += $$fixLibraryPath(-L$$LIBLZMA_BUILD_PATH) -llzma
-#
-# win32:DEFINES += LZMA_API_STATIC
-#
-# CONFIG *= link_prl
-} else {
- osx:exists(/usr/local/bin/pkg-config):PKG_CONFIG=/usr/local/bin/pkg-config
-
- PKGCONFIG += liblzma
-}
-
-