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 20:21:48 +0200
commit09402d0edbeac0eb49096783559ca92e8011c8df (patch)
tree8835a18c55d9b8111a01c9d375822b75258c702e /contrib/depends/config.site.in
parentMerge pull request #8545 (diff)
downloadmonero-09402d0edbeac0eb49096783559ca92e8011c8df.tar.xz
depends: remove unused Qt package
Diffstat (limited to 'contrib/depends/config.site.in')
-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"