SliTaz SliTaz Forum

You are not logged in.

#1 2011-04-02 19:29:45

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

make xconfig Qt4 support

root@slitaz:/usr/src/linux-2.6.37# make xconfig

  HOSTCC  scripts/basic/fixdep

  HOSTCC  scripts/basic/docproc

  CHECK   qt

  HOSTCC  scripts/kconfig/conf.o

sed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'

  HOSTCC  scripts/kconfig/kconfig_load.o

  HOSTCC  scripts/kconfig/kxgettext.o

  SHIPPED scripts/kconfig/zconf.tab.c

  SHIPPED scripts/kconfig/lex.zconf.c

  SHIPPED scripts/kconfig/zconf.hash.c

  HOSTCC  scripts/kconfig/zconf.tab.o

/usr/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf.moc

  HOSTCXX scripts/kconfig/qconf.o

  HOSTLD  scripts/kconfig/qconf

scripts/kconfig/qconf Kconfig

[..]

tux@slitaz:/usr/src/linux-2.6.37$ ps ax | tail -7

25733 root       0:00 make xconfig

25796 root       0:00 make -f scripts/Makefile.build obj=scripts/kconfig xconfig

25984 root       0:02 scripts/kconfig/qconf Kconfig

26044 tux        0:00 xterm -ls

26045 tux        0:00 -sh

26058 tux        0:00 ps ax

26059 tux        0:00 tail -7

tux@slitaz:/usr/src/linux-2.6.37$ cat scripts/kconfig/qconf.moc | head

/****************************************************************************

** Meta object code from reading C++ file 'qconf.h'

**

** Created: Thu Mar 31 00:58:29 2011

**      by: The Qt Meta Object Compiler version 62 (Qt 4.7.2)

**

** WARNING! All changes made in this file will be lost!

*****************************************************************************/

#if !defined(Q_MOC_OUTPUT_REVISION)

tux@slitaz:/usr/src/linux-2.6.37$ cat scripts/kconfig/.tmp_qtcheck

KC_QT_CFLAGS=$(shell pkg-config QtCore QtGui Qt3Support --cflags)

KC_QT_LIBS=$(shell pkg-config QtCore QtGui Qt3Support --libs)

KC_QT_MOC=$(shell pkg-config QtCore --variable=prefix)/bin/moc

tux@slitaz:/usr/src/linux-2.6.37$

make_xconfig_qt4.jpg

Offline

#2 2011-04-04 08:07:47

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: make xconfig Qt4 support

[PATCH] xconfig: Change the titlebar if using Qt3

September 01st, 2010 - 11:50 am ET by Michal Marek

Qt4 is now used by default and will get more testing. In case someone

still uses Qt3 and reports a bug, make it easy to recognize that this is

Qt3.

make_xconfig_qt3.jpg

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.025 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]