[Qt-interest] Compilation issue

Zine eddine Bendjaballah zineeddine.b at gmail.com
Wed Feb 25 19:07:29 CET 2009


Hi,

I've a compilation issue in my project it tells me that one file
doesn't exist, whereas that file exists.

You can find in the attached the .pro file, and the compilation output
message.

Best regards.


-- 
Zine Eddine Bendjaballah
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090225/4e7dd977/attachment.html 
-------------- next part --------------
Running build steps for project ET...
Configuration unchanged, skipping QMake step.
Starting: C:/MinGW/bin/mingw32-make.exe debug -w 
mingw32-make: Entering directory `C:/Mes_projets/ET'
C:/MinGW/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Mes_projets/ET'
Makefile.Debug:190: warning: overriding commands for target `debug/moc_timetablegenerateform.cpp'
Makefile.Debug:171: warning: ignoring old commands for target `debug/moc_timetablegenerateform.cpp'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\Qt\4.4.3\include\QtCore" -I"..\..\Qt\4.4.3\include\QtCore" -I"..\..\Qt\4.4.3\include\QtGui" -I"..\..\Qt\4.4.3\include\QtGui" -I"..\..\Qt\4.4.3\include\QtXml" -I"..\..\Qt\4.4.3\include\QtXml" -I"..\..\Qt\4.4.3\include\Qt3Support" -I"..\..\Qt\4.4.3\include\Qt3Support" -I"..\..\Qt\4.4.3\include" -I"Interface" -I"engine" -I"c:\Qt\4.4.3\include\ActiveQt" -I"debug" -I"Interface" -I"..\..\Qt\4.4.3\mkspecs\win32-g++" -o debug\mainwindow.o Interface\mainwindow.cpp
mingw32-make[1]: Leaving directory `C:/Mes_projets/ET'
mingw32-make: Leaving directory `C:/Mes_projets/ET'
g++.exe: Interfacemainwindow.cpp: No such file or directory
g++.exe: no input files
mingw32-make[1]: *** [debug/mainwindow.o] Error 1
mingw32-make: *** [debug] Error 2
Exited with code 2.
Error while building project ET
When executing build step 'Make'
-------------- next part --------------
# -------------------------------------------------
# Project created by QtCreator 2009-01-29T10:23:01
# -------------------------------------------------
QT += xml \
    qt3support
TARGET = ET
TEMPLATE = app

#SUBDIRS += Interface
INCLUDEPATH += Interface \
    engine

SOURCES += Interface/mainwindow.cpp \
    Interface/institutionnameform.cpp \
    engine/et.cpp \
    Interface/centerwidgetonscreen.cpp \
    engine/subject.cpp \
    Interface/sgrtform.cpp \
    Interface/subjectform.cpp \
    Interface/lockunlock.cpp \
    engine/main.cpp \
    ../../../../../../Qt/QtCreator/share/qtcreator/gdbmacros/gdbmacros.cpp
HEADERS += Interface/institutionnameform.h \
    Interface/ui_mainwindow.h \
    Interface/mainwindow.h \
    Interface/ui_institutionnameform.h \
    engine/et.h \
    Interface/centerwidgetonscreen.h \
    engine/subject.h \
    Interface/sgrtform.h \
    Interface/subjectform.h \
    Interface/lockunlock.h
FORMS += Interface/ui_mainwindow.ui \
    Interface/ui_sgrtform.ui \
    Interface/ui_subjectForm.ui

UI_HEADERS_DIR += Interface

TRANSLATIONS += translations/et_en.ts \
    translations/et_ar.ts


More information about the Qt-interest-old mailing list