Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.73 KB | None | 0 0
  1. g++  -o chat AuthInfo.o ChatWindow.o Connection.o InfoWindow.o main.o RoomInfo.o Global.o AdminDialog.o TextInputDialog.o SpellTextEdit.o hunspell.o affixmgr.o csutil.o filemgr.o hunzip.o affentry.o hashmgr.o suggestmgr.o phonet.o highlighter.o moc_AuthInfo.o moc_ChatWindow.o moc_Connection.o moc_InfoWindow.o moc_RoomInfo.o moc_Global.o moc_AdminDialog.o moc_TextInputDialog.o moc_SpellTextEdit.o moc_highlighter.o    -L/usr/lib -lQtWebKit -lQtXml -lQtGui -lQtNetwork -lQtCore -lpthread
  2. moc_ChatWindow.o: In function `ChatWindow::qt_metacall(QMetaObject::Call, int, void**)':
  3. moc_ChatWindow.cpp:(.text+0x9c8): undefined reference to `ChatWindow::on_actionSet_font_triggered()'
  4. collect2: ld returned 1 exit status
  5. make: *** [chat] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement