yes . I have added that. but not working. 2010/10/31 Renato Araujo Oliveira Filho <[email protected]>
> Hi Steven, > > You need add QtGui library in your .pro file. You can do that adding > this line "QT += core gui" on your .pro file. > > > On Sun, Oct 31, 2010 at 10:48 AM, Steven Han <[email protected]> wrote: > > Hi, > > I am following this > > tutorial http://lynxline.com/superhybrids-part-2-now-qt-pyside/ on > Ubuntu. > > but when I want to create the lib. the Error happens. > > zi...@ubuntu:~/workspace/pyside/HybridApp/hybrid$ qmake > > zi...@ubuntu:~/workspace/pyside/HybridApp/hybrid$ make > > g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB > > -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. > > -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. > > -Ibuild -o build/MainWindow.o MainWindow.cpp > > MainWindow.cpp:1: fatal error: QtGui: No such file or directory > > compilation terminated. > > make: *** [build/MainWindow.o] Error 1 > > Does anybody know how to fix? > > Br, > > Steven > > _______________________________________________ > > PySide mailing list > > [email protected] > > http://lists.openbossa.org/listinfo/pyside > > > > > > > > -- > Renato Araujo Oliveira Filho > Instituto Nokia de Tecnologia - INdT > Mobile: +55 (81) 8704-2144 >
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
