alisami@workbench1:~/pluginTest/customwidgetplugin$ make -j2
g++ -c -pipe -O2 -fPIC -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I../../qt-x11-commercial-src-4.4.3/mkspecs/linux-g++ -I. -I../../qt-443-x11/include/QtDesigner -I../../qt-443-x11/include/QtCore -I../../qt-443-x11/include/QtCore -I../../qt-443-x11/include/QtGui -I../../qt-443-x11/include/QtGui -I../../qt-443-x11/include/QtXml -I../../qt-443-x11/include/QtXml -I../../qt-443-x11/include/QtScript -I../../qt-443-x11/include/QtScript -I../../qt-443-x11/include -I. -I. -o analogclock.o analogclock.cpp
g++ -c -pipe -O2 -fPIC -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I../../qt-x11-commercial-src-4.4.3/mkspecs/linux-g++ -I. -I../../qt-443-x11/include/QtDesigner -I../../qt-443-x11/include/QtCore -I../../qt-443-x11/include/QtCore -I../../qt-443-x11/include/QtGui -I../../qt-443-x11/include/QtGui -I../../qt-443-x11/include/QtXml -I../../qt-443-x11/include/QtXml -I../../qt-443-x11/include/QtScript -I../../qt-443-x11/include/QtScript -I../../qt-443-x11/include -I. -I. -o customwidgetplugin.o customwidgetplugin.cpp
/home/alisami/qt-443-x11/bin/moc -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I../../qt-x11-commercial-src-4.4.3/mkspecs/linux-g++ -I. -I../../qt-443-x11/include/QtDesigner -I../../qt-443-x11/include/QtCore -I../../qt-443-x11/include/QtCore -I../../qt-443-x11/include/QtGui -I../../qt-443-x11/include/QtGui -I../../qt-443-x11/include/QtXml -I../../qt-443-x11/include/QtXml -I../../qt-443-x11/include/QtScript -I../../qt-443-x11/include/QtScript -I../../qt-443-x11/include -I. -I. analogclock.h -o moc_analogclock.cpp
/home/alisami/qt-443-x11/bin/moc -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I../../qt-x11-commercial-src-4.4.3/mkspecs/linux-g++ -I. -I../../qt-443-x11/include/QtDesigner -I../../qt-443-x11/include/QtCore -I../../qt-443-x11/include/QtCore -I../../qt-443-x11/include/QtGui -I../../qt-443-x11/include/QtGui -I../../qt-443-x11/include/QtXml -I../../qt-443-x11/include/QtXml -I../../qt-443-x11/include/QtScript -I../../qt-443-x11/include/QtScript -I../../qt-443-x11/include -I. -I. customwidgetplugin.h -o moc_customwidgetplugin.cpp
g++ -c -pipe -O2 -fPIC -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I../../qt-x11-commercial-src-4.4.3/mkspecs/linux-g++ -I. -I../../qt-443-x11/include/QtDesigner -I../../qt-443-x11/include/QtCore -I../../qt-443-x11/include/QtCore -I../../qt-443-x11/include/QtGui -I../../qt-443-x11/include/QtGui -I../../qt-443-x11/include/QtXml -I../../qt-443-x11/include/QtXml -I../../qt-443-x11/include/QtScript -I../../qt-443-x11/include/QtScript -I../../qt-443-x11/include -I. -I. -o moc_analogclock.o moc_analogclock.cpp
g++ -c -pipe -O2 -fPIC -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I../../qt-x11-commercial-src-4.4.3/mkspecs/linux-g++ -I. -I../../qt-443-x11/include/QtDesigner -I../../qt-443-x11/include/QtCore -I../../qt-443-x11/include/QtCore -I../../qt-443-x11/include/QtGui -I../../qt-443-x11/include/QtGui -I../../qt-443-x11/include/QtXml -I../../qt-443-x11/include/QtXml -I../../qt-443-x11/include/QtScript -I../../qt-443-x11/include/QtScript -I../../qt-443-x11/include -I. -I. -o moc_customwidgetplugin.o moc_customwidgetplugin.cpp
rm -f libcustomwidgetplugin.a
ar cqs libcustomwidgetplugin.a analogclock.o customwidgetplugin.o moc_analogclock.o moc_customwidgetplugin.o
alisami@workbench1:~/pluginTest/customwidgetplugin$