qt creator, не работает |
Здравствуйте, гость ( Вход | Регистрация )
qt creator, не работает |
Гость_Гость_maksimdz_*_* |
26.10.2009, 12:33
Сообщение
#1
|
Гости |
скачал qt-sdk-win-opensource-2009.04.exe
запустил qt creator все examples работают проекты которыя я создаю - нет наверное надо что-то настроить что? |
|
|
Гость_Гость_* |
25.12.2009, 9:14
Сообщение
#2
|
Гости |
Выполняется сборка проекта first...
Настройки не изменились, этап QMake пропускается. Запускается: C:/Qt/mingw/bin/mingw32-make.exe -w mingw32-make: Entering directory `E:/QT/first' C:/Qt/mingw/bin/mingw32-make -f Makefile.Debug mingw32-make[1]: Entering directory `E:/QT/first' g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"c:\Qt\qt\include\QtCore" -I"c:\Qt\qt\include\QtGui" -I"c:\Qt\qt\include" -I"c:\Qt\qt\include\ActiveQt" -I"debug" -I"c:\Qt\qt\mkspecs\default" -o debug\first.o first.cpp g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug\first.exe debug/first.o -L"c:\Qt\qt\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4 g++ -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN first.cpp all -o first mingw32-make[1]: Leaving directory `E:/QT/first' mingw32-make: Leaving directory `E:/QT/first' first.cpp:3:24: error: QApplication: No such file or directory first.cpp:4:23: error: QMainWindow: No such file or directory first.cpp: In function 'int main(int, char**)': first.cpp:7: error: 'QApplication' was not declared in this scope first.cpp:7: error: expected ';' before 'app' first.cpp:8: error: 'QMainWindow' was not declared in this scope first.cpp:8: error: 'mw' was not declared in this scope first.cpp:8: error: expected type-specifier before 'QMainWindow' first.cpp:8: error: expected ';' before 'QMainWindow' first.cpp:12: error: 'app' was not declared in this scope g++: all: No such file or directory mingw32-make[1]: *** [first] Error 1 mingw32-make: *** [debug] Error 2 Завершено с кодом возврата 2. Ошибка во время сборки проекта first Во время выполнения сборки на этапе 'Make' помогите, как починить? |
|
|
Текстовая версия | Сейчас: 27.12.2024, 22:55 |