public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] qt4 config
@ 2007-01-05 19:34 Горлов М.В.
  2007-01-06  4:18 ` [gentoo-amd64] " Duncan
  0 siblings, 1 reply; 11+ messages in thread
From: Горлов М.В. @ 2007-01-05 19:34 UTC (permalink / raw
  To: gentoo-amd64

How i can run a qt4 config? when i type qtconfig - it run a qt3 config..

...sorry for badly english...
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-amd64]  Re: qt4 config
  2007-01-05 19:34 [gentoo-amd64] qt4 config Горлов М.В.
@ 2007-01-06  4:18 ` Duncan
  2007-01-06 10:32   ` Горлов М.В.
  2007-01-06 15:01   ` Thomas Rösner
  0 siblings, 2 replies; 11+ messages in thread
From: Duncan @ 2007-01-06  4:18 UTC (permalink / raw
  To: gentoo-amd64

"=?utf-8?b?0JPQvtGA0LvQvtCy?= =?utf-8?b?INCcLtCSLg==?="
<sheridan@stavcom.ru> posted 200701052234.48405.sheridan@stavcom.ru,
excerpted below, on  Fri, 05 Jan 2007 22:34:48 +0300:

> How i can run a qt4 config? when i type qtconfig - it run a qt3 config..

I don't have qt4 merged yet (and probably won't until immediately previous
to the first time I merge KDE4), so can't say for sure, but try using
absolute path:

/usr/qt/4/bin/qtconfig (or whatever the path to the one you want happens
to be), to run the one you want.

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-amd64]  Re: qt4 config
  2007-01-06  4:18 ` [gentoo-amd64] " Duncan
@ 2007-01-06 10:32   ` Горлов М.В.
  2007-01-06 10:50     ` Stefan Vunckx
  2007-01-06 15:01   ` Thomas Rösner
  1 sibling, 1 reply; 11+ messages in thread
From: Горлов М.В. @ 2007-01-06 10:32 UTC (permalink / raw
  To: gentoo-amd64

> /usr/qt/4/bin/qtconfig (or whatever the path to the one you want happens
> to be), to run the one you want.
no. prefix for a qt3 is /usr/qt/3, but prefix for a qt4 is /usr, and 
into /usr/bin i can find assistant, designer (qt4), but qtconfig is absence
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-amd64]  Re: qt4 config
  2007-01-06 10:32   ` Горлов М.В.
@ 2007-01-06 10:50     ` Stefan Vunckx
  2007-01-06 11:04       ` Горлов М.В.
  0 siblings, 1 reply; 11+ messages in thread
From: Stefan Vunckx @ 2007-01-06 10:50 UTC (permalink / raw
  To: gentoo-amd64

On Saturday 06 January 2007 11:32, Горлов М.В. wrote:
> > /usr/qt/4/bin/qtconfig (or whatever the path to the one you want happens
> > to be), to run the one you want.
>
> no. prefix for a qt3 is /usr/qt/3, but prefix for a qt4 is /usr, and
> into /usr/bin i can find assistant, designer (qt4), but qtconfig is absence

that would be: /usr/bin/qtconfig

stefan vunckx

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-amd64]  Re: qt4 config
  2007-01-06 10:50     ` Stefan Vunckx
@ 2007-01-06 11:04       ` Горлов М.В.
  2007-01-07 17:28         ` Duncan
  0 siblings, 1 reply; 11+ messages in thread
From: Горлов М.В. @ 2007-01-06 11:04 UTC (permalink / raw
  To: gentoo-amd64


> that would be: /usr/bin/qtconfig
:(
sheridan@amd ~ $ /usr/bin/qtconfig
bash: /usr/bin/qtconfig: No such file or directory
sheridan@amd ~ $ /usr/bin/qmake -v
QMake version 2.01a
Using Qt version 4.2.2 in /usr/lib64/qt4

o_0
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-amd64]  Re: qt4 config
  2007-01-06  4:18 ` [gentoo-amd64] " Duncan
  2007-01-06 10:32   ` Горлов М.В.
@ 2007-01-06 15:01   ` Thomas Rösner
  2007-01-07  4:10     ` Горлов М.В.
  1 sibling, 1 reply; 11+ messages in thread
From: Thomas Rösner @ 2007-01-06 15:01 UTC (permalink / raw
  To: gentoo-amd64

Duncan wrote:
> "=?utf-8?b?0JPQvtGA0LvQvtCy?= =?utf-8?b?INCcLtCSLg==?="
> <sheridan@stavcom.ru> posted 200701052234.48405.sheridan@stavcom.ru,
> excerpted below, on  Fri, 05 Jan 2007 22:34:48 +0300:
>
>   
>> How i can run a qt4 config? when i type qtconfig - it run a qt3 config..
>>     
>
> I don't have qt4 merged yet (and probably won't until immediately previous
> to the first time I merge KDE4), so can't say for sure, but try using
> absolute path:
>
> /usr/qt/4/bin/qtconfig (or whatever the path to the one you want happens
> to be), to run the one you want

When I run qtconfig, I get the Qt4-version.

trauma@wrath ~ $ which qtconfig
/usr/bin/qtconfig

Regards,
    T.
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-amd64]  Re: qt4 config
  2007-01-06 15:01   ` Thomas Rösner
@ 2007-01-07  4:10     ` Горлов М.В.
  0 siblings, 0 replies; 11+ messages in thread
From: Горлов М.В. @ 2007-01-07  4:10 UTC (permalink / raw
  To: gentoo-amd64

> trauma@wrath ~ $ which qtconfig
> /usr/bin/qtconfig
sheridan@amd ~ $ which qtconfig
/usr/qt/3/bin/qtconfig

:(
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-amd64]  Re: qt4 config
  2007-01-06 11:04       ` Горлов М.В.
@ 2007-01-07 17:28         ` Duncan
  2007-01-07 18:57           ` Neil Bothwick
  0 siblings, 1 reply; 11+ messages in thread
From: Duncan @ 2007-01-07 17:28 UTC (permalink / raw
  To: gentoo-amd64

"=?utf-8?b?0JPQvtGA0LvQvtCy?= =?utf-8?b?INCcLtCSLg==?="
<sheridan@stavcom.ru> posted 200701061404.38941.sheridan@stavcom.ru,
excerpted below, on  Sat, 06 Jan 2007 14:04:38 +0300:

> 
>> that would be: /usr/bin/qtconfig
> :(
> sheridan@amd ~ $ /usr/bin/qtconfig
> bash: /usr/bin/qtconfig: No such file or directory sheridan@amd ~ $
> /usr/bin/qmake -v
> QMake version 2.01a
> Using Qt version 4.2.2 in /usr/lib64/qt4

Try equery files \>qt-4|grep qtconfig

If that doesn't reveal it, since others have confirmed that's what the 4.x
version is named too so we know it didn't just change names, your emerge
may have been faulty and missed that file for some reason or other.  I'd
suggest doing an emerge sync and then remerging \>qt-4.  If it's still
missing, it would appear to be a bug, check if there's one already filed
on it, and if not, file one, with your emerge --info and any other info
you may find relevant.

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-amd64]  Re: qt4 config
  2007-01-07 17:28         ` Duncan
@ 2007-01-07 18:57           ` Neil Bothwick
  2007-01-07 23:54             ` Duncan
  2007-01-08  7:47             ` Горлов М.В.
  0 siblings, 2 replies; 11+ messages in thread
From: Neil Bothwick @ 2007-01-07 18:57 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

On Sun, 7 Jan 2007 17:28:44 +0000 (UTC), Duncan wrote:

> Try equery files \>qt-4|grep qtconfig
> 
> If that doesn't reveal it, since others have confirmed that's what the
> 4.x version is named too so we know it didn't just change names, your
> emerge may have been faulty and missed that file for some reason or
> other. 

It's USE flag dependent with qt4. You need the qt3support flag to get
qtconfig.


-- 
Neil Bothwick

Planet 98% full! Delete Windows users? (Y/y)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-amd64]  Re: qt4 config
  2007-01-07 18:57           ` Neil Bothwick
@ 2007-01-07 23:54             ` Duncan
  2007-01-08  7:47             ` Горлов М.В.
  1 sibling, 0 replies; 11+ messages in thread
From: Duncan @ 2007-01-07 23:54 UTC (permalink / raw
  To: gentoo-amd64

Neil Bothwick <neil@digimed.co.uk> posted
20070107185736.46ffd604@krikkit.digimed.co.uk, excerpted below, on  Sun,
07 Jan 2007 18:57:36 +0000:

> On Sun, 7 Jan 2007 17:28:44 +0000 (UTC), Duncan wrote:
> 
>> Try equery files \>qt-4|grep qtconfig
>> 
>> If that doesn't reveal it, since others have confirmed that's what the
>> 4.x version is named too so we know it didn't just change names, your
>> emerge may have been faulty and missed that file for some reason or
>> other.
> 
> It's USE flag dependent with qt4. You need the qt3support flag to get
> qtconfig.

Ahh, THAT explains!  Thanks!

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-amd64]  Re: qt4 config
  2007-01-07 18:57           ` Neil Bothwick
  2007-01-07 23:54             ` Duncan
@ 2007-01-08  7:47             ` Горлов М.В.
  1 sibling, 0 replies; 11+ messages in thread
From: Горлов М.В. @ 2007-01-08  7:47 UTC (permalink / raw
  To: gentoo-amd64


> It's USE flag dependent with qt4. You need the qt3support flag to get
> qtconfig.


Thanks!!
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-01-08  7:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-05 19:34 [gentoo-amd64] qt4 config Горлов М.В.
2007-01-06  4:18 ` [gentoo-amd64] " Duncan
2007-01-06 10:32   ` Горлов М.В.
2007-01-06 10:50     ` Stefan Vunckx
2007-01-06 11:04       ` Горлов М.В.
2007-01-07 17:28         ` Duncan
2007-01-07 18:57           ` Neil Bothwick
2007-01-07 23:54             ` Duncan
2007-01-08  7:47             ` Горлов М.В.
2007-01-06 15:01   ` Thomas Rösner
2007-01-07  4:10     ` Горлов М.В.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox