Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a@free:~/git/mal/freetune$ qmake freetune.pro
- a@free:~/git/mal/freetune$ make
- /usr/bin/uic-qt4 mainwindow.ui -o ui_mainwindow.h
- g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4 -I. -I. -o main.o main.cpp
- In file included from mainwindow.h:10,
- from main.cpp:2:
- gaugewidget.h:3:28: error: QDeclarativeView: No such file or directory
- gaugewidget.h:4:35: error: QDeclarativePropertyMap: No such file or directory
- In file included from gaugewidget.h:6,
- from mainwindow.h:10,
- from main.cpp:2:
- gaugeitem.h:26:28: error: QDeclarativeItem: No such file or directory
- In file included from gaugewidget.h:6,
- from mainwindow.h:10,
- from main.cpp:2:
- gaugeitem.h:32: error: expected class-name before ‘{’ token
- In file included from gaugewidget.h:6,
- from mainwindow.h:10,
- from main.cpp:2:
- gaugeitem.h: In member function ‘void GaugeItem::setText(QString)’:
- gaugeitem.h:74: error: ‘update’ was not declared in this scope
- In file included from mainwindow.h:10,
- from main.cpp:2:
- gaugewidget.h: At global scope:
- gaugewidget.h:8: error: expected class-name before ‘{’ token
- gaugewidget.h:11: error: ‘QDeclarativePropertyMap’ does not name a type
- make: *** [main.o] Error 1
- a@free:~/git/mal/freetune$
Add Comment
Please, Sign In to add comment