summaryrefslogtreecommitdiffstats
path: root/libcommuni/src/3rdparty/pkg.pri
diff options
context:
space:
mode:
Diffstat (limited to 'libcommuni/src/3rdparty/pkg.pri')
-rw-r--r--libcommuni/src/3rdparty/pkg.pri10
1 files changed, 0 insertions, 10 deletions
diff --git a/libcommuni/src/3rdparty/pkg.pri b/libcommuni/src/3rdparty/pkg.pri
deleted file mode 100644
index 53715fb..0000000
--- a/libcommuni/src/3rdparty/pkg.pri
+++ /dev/null
@@ -1,10 +0,0 @@
-######################################################################
-# Communi
-######################################################################
-
-defineTest(pkgExists) {
- contains(QT_CONFIG, no-pkg-config):return(false)
- isEmpty(PKG_CONFIG):PKG_CONFIG = pkg-config
- unix:system($$PKG_CONFIG --exists $$1 2> /dev/null):return(true)
- return(false)
-}