Guest User

Untitled

a guest
Feb 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. Running build steps for project test1...
  2. Configuration unchanged, skipping qmake step.
  3. Starting: "/usr/bin/make" -w
  4. make: Entering directory `/home/sun/test1-build-desktop'
  5. /usr/lib/qt4/bin/uic ../test1/mainwindow.ui -o ui_mainwindow.h
  6. g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt4/mkspecs/linux-g++ -I../test1 -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -I../test1 -I. -o main.o ../test1/main.cpp
  7. g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt4/mkspecs/linux-g++ -I../test1 -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -I../test1 -I. -o mainwindow.o ../test1/mainwindow.cpp
  8. /usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt4/mkspecs/linux-g++ -I../test1 -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -I../test1 -I. ../test1/mainwindow.h -o moc_mainwindow.cpp
  9. g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt4/mkspecs/linux-g++ -I../test1 -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -I../test1 -I. -o moc_mainwindow.o moc_mainwindow.cpp
  10. g++ -Wl,-O1 -o test1 main.o mainwindow.o moc_mainwindow.o -lQtGui -lQtCore -lpthread
  11. mainwindow.o: In function `Ui_MainWindow::setupUi(QMainWindow*)':
  12. make: Leaving directory `/home/sun/test1-build-desktop'
  13. /home/sun/test1-build-desktop/./ui_mainwindow.h:43: undefined reference to `QWebView::QWebView(QWidget*)'
  14. /home/sun/test1-build-desktop/./ui_mainwindow.h:46: undefined reference to `QWebView::setUrl(QUrl const&)'
  15. collect2: ld returned 1 exit status
  16. make: *** [test1] Error 1
  17. The process "/usr/bin/make" exited with code 2.
  18. Error while building project test1 (target: Desktop)
  19. When executing build step 'Make'
Add Comment
Please, Sign In to add comment