You are not logged in.
Hi,
I'm wondering, where the hall is 'Qt Examples and Demos' program, launched usually by qtdemo? Documentation of qt still describe it as qtdemo, but it is not present in my qt package ![]()
Last edited by ekrek4 (2010-02-18 01:37:04)
Offline
sudo pacman -S qt-doc
they will then be in /usr/share/doc/qt
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Source code is present ther, but I cannot compile it, beceuse of errors ;(
:)[/usr/share/doc/qt/demos/qtdemo]qmake
:)[/usr/share/doc/qt/demos/qtdemo]make
g++ -c -pipe -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../qt/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o colors.o colors.cpp
colors.cpp:45:25: error: QGLWidget: No such file or directory
colors.cpp: In static member function 'static void Colors::detectSystemResources()':
colors.cpp:303: error: 'QGLFormat' has not been declared
colors.cpp:303: error: 'QGLFormat' has not been declared
colors.cpp:305: error: 'QGLFormat' has not been declared
colors.cpp:305: error: 'QGLFormat' has not been declared
colors.cpp:307: error: 'QGLFormat' has not been declared
colors.cpp:307: error: 'QGLFormat' has not been declared
colors.cpp:309: error: 'QGLFormat' has not been declared
colors.cpp:309: error: 'QGLFormat' has not been declared
colors.cpp:314: error: 'QGLWidget' was not declared in this scope
colors.cpp:314: error: expected ';' before 'glw'
colors.cpp:315: error: 'QGLFormat' has not been declared
colors.cpp:316: error: 'glw' was not declared in this scope
colors.cpp:317: error: 'QGLFormat' has not been declared
colors.cpp:317: error: 'QGLFormat' has not been declared
make: *** [colors.o] Error 1Thanks anyway, I should to manage this, problem solved.
Offline
if the package exists like it said @ewaller try with it. If more easy to install.
Offline
I've got qt-doc installed, but there is no qtdemo executable, which simplified using them.
Offline
Offline
Thanks man!
Compilation from abs source was successful and my eyes saw qtdemo.
Offline