[mythtv] QMAKE_EXTENSION_SHLIB

David Engel gigem at comcast.net
Thu Jun 3 00:35:26 EDT 2004


On Thu, Jun 03, 2004 at 12:54:57PM +1000, Nigel Pearson wrote:
> 	David, can I trouble you to run the following commands:
> 	and tell me what version of Qt you have installed?

No problem.  As Matt already answered QMAKE_EXTENSION_SHLIB isn't
getting defined.  It apparently only gets set if it's not the default
"so", but the default never gets set.  Anyway, here is the output you
asked for.

david at opus$ dpkg --status libqt3c102-mt | grep Version
Version: 3:3.2.3-2
david at opus$ pwd
/usr/share/qt3
david at opus$ grep -r QMAKE_EXTENSION_SHLIB .
Binary file ./bin/qmake matches
./mkspecs/macx-pbuilder/qmake.conf:QMAKE_EXTENSION_SHLIB        = dylib
./mkspecs/hpux-acc-o64/qmake.conf:QMAKE_EXTENSION_SHLIB = sl
./mkspecs/macx-g++/qmake.conf:QMAKE_EXTENSION_SHLIB     = dylib
./mkspecs/macx-mwerks/qmake.conf:QMAKE_EXTENSION_SHLIB  = dylib
./mkspecs/darwin-g++/qmake.conf:QMAKE_EXTENSION_SHLIB   = dylib
./mkspecs/hpux-acc/qmake.conf:QMAKE_EXTENSION_SHLIB     = sl
./mkspecs/hpux-g++/qmake.conf:QMAKE_EXTENSION_SHLIB     = sl
./mkspecs/hpux-acc-64/qmake.conf:QMAKE_EXTENSION_SHLIB  = sl
./mkspecs/hpux-g++-64/qmake.conf:QMAKE_EXTENSION_SHLIB  = sl

David
-- 
David Engel
gigem at comcast.net


More information about the mythtv-dev mailing list