Re: Problems building Konq/e with Qtopia Core
Luciano Montanaro <[email protected]> Tue, 15 Jan 2008 11:07:01 +0100
| Newsgroups | gmane.comp.kde.devel.konq-e |
|---|---|
| Message-ID | <[email protected]> |
Il Tuesday 15 January 2008 10:46:08 Piero Pezzin ha scritto:
>
> int main() {
> QStringList *t = new QStringList();
> Q_UNUSED(t);
> QString s;
> s.setLatin1("Ciccio",14);
> return 0;
> }
> configure:33438: error: Qt (>= Qt 2.2.2) (library qte) not found. Please
> check your installation!
> For more details about this problem, look at the end of config.log.
>
> I'm working on CentOS 4.4.
>
> Any help? I think I'm missing something, maybe QTopia Core have not the
> right QT libraries and I need the full QTopia or the QT libraries, but I'm
> just supposing.
>
> Thanks in advance and kind regards
>
> Piero
konq-embedded has not been ported to Qt 4. It should work with Qt2 and Qt3
(although the last time I tried with Qt3 there were a few issues).
Luciano