mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
added some dependencies to control
This commit is contained in:
parent
be9c525ad6
commit
2fc8e8580f
@ -182,6 +182,10 @@ case $host_os in
|
||||
esac
|
||||
unset enable_mt
|
||||
|
||||
if test "x$QTDIR" == "x"; then
|
||||
QTDIR="nonexistent"
|
||||
fi
|
||||
echo "QTDIR: .$QTDIR."
|
||||
dnl Check library path to Qt.
|
||||
QT_LDFLAGS=""
|
||||
QT_LIBS=""
|
||||
@ -189,7 +193,7 @@ AC_MSG_RESULT([checking for Qt... $QT_VER ($QT_MTS)])
|
||||
AC_MSG_CHECKING([for Qt library])
|
||||
paths="$QTDIR/lib $QTDIR/lib64 /usr/local/qt4/lib /usr/lib/qt4 /usr/lib/qt4/Qtconf /usr/lib \
|
||||
/usr/X11R6/lib/X11/qt4 /usr/X11R6/lib/X11/qt4 /usr/X11R6/lib/qt4 \
|
||||
/usr/X11R6/lib /sw/lib /usr/lib64/qt4 /usr/X11R6/lib/qt2"
|
||||
/usr/X11R6/lib /sw/lib /usr/lib64/qt4 /usr/X11R6/lib/qt4"
|
||||
AC_LANG(C++)
|
||||
for path in $paths; do
|
||||
save_LIBS="$LIBS"
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -3,7 +3,7 @@ Section: electronics
|
||||
Priority: optional
|
||||
Maintainer: José L. Redrejo Rodríguez <jredrejo@debian.org>
|
||||
Homepage: http://qucs.sourceforge.net
|
||||
Build-Depends: debhelper (>> 4.0.0),autotools-dev, libqtcore4, libqt4-qt3support, libqt4-dev
|
||||
Build-Depends: debhelper (>> 4.0.0),autotools-dev, libqtcore4, libqt4-qt3support, libqt4-dev, build-essential, devscripts, ubuntu-dev-tools, dh-make, qt4-qmake
|
||||
Standards-Version: 3.8.1
|
||||
|
||||
Package: qucs
|
||||
|
Loading…
x
Reference in New Issue
Block a user