QSA-interest Archive, August 2005
Trolltech - Trolltech - Qt Script for Applications (QSA) Open Source Edition
Message 1 in thread
I have both Qt 3.x and Qt 4.0.1 installed on OpenBSD 3.7.
My focus is shifting to Qt4, partly because Qt 3x version
software development capability may be broken because
of missing required files in the OpenBSD package.
In http://www.trolltech.com/download/qsa.html there is the statement
"Please note that QSA 1.1.3 works with Qt 3.x and depends
on Qt version 3.1.2 or later, and that QSA 1.2.0 depends on
Qt version 4.0.1 or later."
Can these two versions of QSA be both installed at the same time
or must only one or the other be installed?
Thanks,
Dave Feustel
--
[ signature omitted ]
Message 2 in thread
Hi,
> I have both Qt 3.x and Qt 4.0.1 installed on OpenBSD 3.7.
> My focus is shifting to Qt4, partly because Qt 3x version
> software development capability may be broken because
> of missing required files in the OpenBSD package.
Qt 3 and Qt 4 dependencies shouldn't be much different. Which required
files do you have in mind?
--
[ signature omitted ]
Message 3 in thread
On Monday 22 August 2005 13:10, Dimitri wrote:
> Hi,
>
> > I have both Qt 3.x and Qt 4.0.1 installed on OpenBSD 3.7.
> > My focus is shifting to Qt4, partly because Qt 3x version
> > software development capability may be broken because
> > of missing required files in the OpenBSD package.
>
> Qt 3 and Qt 4 dependencies shouldn't be much different. Which required
> files do you have in mind?
In the makefile there is a label MOC which has as its first command
cd $QTDIR/src/moc.
==========================================
mocables: $(SRCMOC)
uicables: $(UICDECLS) $(UICIMPLS)
$(MOC):
( cd $(QTDIR)/src/moc && $(MAKE) )
==========================================
There is no such directory on my system where
I am running a packaged version of QT. QT files are in 3 different
places in the installed version built for OpenBSD.
Dave
--
[ signature omitted ]
Message 4 in thread
Hi,
> In the makefile there is a label MOC which has as its first command
> cd $QTDIR/src/moc.
> ==========================================
> mocables: $(SRCMOC)
> uicables: $(UICDECLS) $(UICIMPLS)
>
> $(MOC):
> ( cd $(QTDIR)/src/moc && $(MAKE) )
> ==========================================
> There is no such directory on my system where
> I am running a packaged version of QT. QT files are in 3 different
> places in the installed version built for OpenBSD.
Ah, OK. I thought you meant Qt 3 relies on obsolete system files. The
problem here is just that OpenBSD haven't packaged Qt correctly.
--
[ signature omitted ]