domos@ubuntu:~/Pulpit/ip-changer$ make
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -IpList -I/usr/include/qt3 -o main.o main.cpp
main.cpp:1:30: error: QtGui/QApplication: No such file or directory
In file included from main.cpp:2:
mainwindow.h:4:23: error: QMainWindow: No such file or directory
mainwindow.h:5:27: error: QSystemTrayIcon: No such file or directory
mainwindow.h:6:23: error: QPushButton: No such file or directory
mainwindow.h:7:23: error: QMessageBox: No such file or directory
mainwindow.h:8:23: error: QCloseEvent: No such file or directory
mainwindow.h:9:17: error: QMenu: No such file or directory
mainwindow.h:10:16: error: QDir: No such file or directory
In file included from main.cpp:2:
mainwindow.h:21: error: expected class-name before ‘{’ token
mainwindow.h:22: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
mainwindow.h:24: error: expected ‘;’ before ‘public’
mainwindow.h:34: error: ISO C++ forbids declaration of ‘QAction’ with no type
mainwindow.h:34: error: expected ‘;’ before ‘*’ token
mainwindow.h:35: error: ISO C++ forbids declaration of ‘QAction’ with no type
mainwindow.h:35: error: expected ‘;’ before ‘*’ token
mainwindow.h:36: error: ISO C++ forbids declaration of ‘QAction’ with no type
mainwindow.h:36: error: expected ‘;’ before ‘*’ token
mainwindow.h:40: error: ‘QString’ has not been declared
mainwindow.h:42: error: ISO C++ forbids declaration of ‘QDir’ with no type
mainwindow.h:42: error: expected ‘;’ before ‘*’ token
mainwindow.h:44: error: ISO C++ forbids declaration of ‘QSystemTrayIcon’ with no type
mainwindow.h:44: error: expected ‘;’ before ‘*’ token
mainwindow.h:47: error: ‘QCloseEvent’ has not been declared
mainwindow.h:49: error: expected `:' before ‘slots’
mainwindow.h:50: error: expected primary-expression before ‘void’
mainwindow.h:50: error: ISO C++ forbids declaration of ‘slots’ with no type
mainwindow.h:50: error: expected ‘;’ before ‘void’
mainwindow.h:52: error: ‘QSystemTrayIcon’ has not been declared
main.cpp: In function ‘int main(int, char**)’:
main.cpp:6: error: ‘QApplication’ was not declared in this scope
main.cpp:6: error: expected `;' before ‘a’
mainwindow.h:26: error: ‘MainWindow::~MainWindow()’ is private
main.cpp:7: error: within this context
main.cpp:8: error: ‘class MainWindow’ has no member named ‘show’
main.cpp:9: error: ‘a’ was not declared in this scope
main.cpp: At global scope:
main.cpp:4: warning: unused parameter ‘argc’
main.cpp:4: warning: unused parameter ‘argv’
make: *** [main.o] Błąd 1