I've freshly installed Mandriva 2007
I've freshly installed Qt 4.3.1
I followed step by step procedures in installing this. - "configure" then "make" - all seems well

I'm trying to run my windows developed project in this Linux Distribution (Mandriva 2007)

I tried to run qtdesigner, qtexamples and demos, qt assistant (success)
I also tried to run demos and examples on "qtdemo" (success)
Under konsole:
I Typed "qt-project" on my project folder (success)
I Typed "qmake" (sucess)
I Typed "make" (hundreds of errors)

The main error I get is QtGui has not been declared

mainwindow.h:12:17: error: QtGui: No such file or directory
mainwindow.h:13:17: error: QList: No such file or directory
mainwindow.h:14:25: error: QPluginLoader: No such file or directory
mainwindow.h:15:24: error: QtAlgorithms: No such file or directory

and the ff

i_mainwindow.h:574: error: ‘Qt’ has not been declared
ui_mainwindow.h:575: error: ‘groupBoxParameter_5’ was not declared in this scope
ui_mainwindow.h:575: error: expected type-specifier before ‘QGroupBox’
ui_mainwindow.h:575: error: expected `;' before ‘QGroupBox’
ui_mainwindow.h:576: error: ‘QString’ is not a class or namespace
ui_mainwindow.h:578: error: ‘graphicsViewParameter_5’ was not declared in this scope
ui_mainwindow.h:578: error: expected type-specifier before ‘QGraphicsView’
ui_mainwindow.h:578: error: expected `;' before ‘QGraphicsView’
ui_mainwindow.h:579: error: ‘QString’ is not a class or namespace
ui_mainwindow.h:581: error: ‘btnParameter_5’ was not declared in this scope
ui_mainwindow.h:581: error: expected type-specifier before ‘QPushButton’
ui_mainwindow.h:581: error: expected `;' before ‘QPushButton’
ui_mainwindow.h:582: error: ‘QString’ is not a class or namespace
ui_mainwindow.h:584: error: ‘QString’ is not a class or namespace
ui_mainwindow.h:585: error: ‘btnParameterDefine_5’ was not declared in this scope
ui_mainwindow.h:585: error: expected type-specifier before ‘QPushButton’
ui_mainwindow.h:585: error: expected `;' before ‘QPushButton’
ui_m
ui_mainwindow.h:727: error: ‘QApplication’ has not been declared
ui_mainwindow.h:729: error: ‘btnFunctionRaw’ was not declared in this scope
ui_mainwindow.