aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/config.site.in
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2022-09-20 00:01:19 +0200
committerselsta <selsta@sent.at>2022-09-20 00:01:19 +0200
commitfa7622cfdc639815c8974a7d2708108f2f2334b5 (patch)
tree9aa24495ba960d6d35e775908aabc06c88aa8002 /contrib/depends/config.site.in
parentMerge pull request #8556 (diff)
downloadmonero-fa7622cfdc639815c8974a7d2708108f2f2334b5.tar.xz
depends: remove unused Qt package
Diffstat (limited to '')
-rw-r--r--contrib/depends/config.site.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/depends/config.site.in b/contrib/depends/config.site.in
index dd91bcb2a..11dab8981 100644
--- a/contrib/depends/config.site.in
+++ b/contrib/depends/config.site.in
@@ -7,27 +7,12 @@ ac_tool_prefix=${host_alias}-
if test -z $with_boost; then
with_boost=$depends_prefix
fi
-if test -z $with_qt_plugindir; then
- with_qt_plugindir=$depends_prefix/plugins
-fi
-if test -z $with_qt_translationdir; then
- with_qt_translationdir=$depends_prefix/translations
-fi
if test x@host_os@ = xdarwin; then
BREW=no
PORT=no
fi
-if test x@host_os@ = xmingw32; then
- if test -z $with_qt_incdir; then
- with_qt_incdir=$depends_prefix/include
- fi
- if test -z $with_qt_libdir; then
- with_qt_libdir=$depends_prefix/lib
- fi
-fi
-
PATH=$depends_prefix/native/bin:$PATH
PKG_CONFIG="`which pkg-config` --static"