看板 C_and_CPP 關於我們 聯絡資訊
compile output: Running build steps for project bbb... Creating gdb macros library... Configuration unchanged, skipping QMake step. Starting: C:/Qt/2009.01/mingw/bin/mingw32-make.exe debug -w mingw32-make: Entering directory `D:/a/bbb' C:/Qt/2009.01/mingw/bin/mingw32-make -f Makefile.Debug mingw32-make[1]: Entering directory `D:/a/bbb' g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_THREAD_SUPPORT -I"c:\Qt\2009.01\qt\include" -I"c:\Qt\2009.01\qt\include\ActiveQt" -I"debug" -I"." -I"c:\Qt\2009.01\qt\mkspecs\win32-g++" -o debug\bbb.o bbb.cpp ar -ru debug\libbbb.a debug/bbb.o mingw32-make[1]: Leaving directory `D:/a/bbb' mingw32-make: Leaving directory `D:/a/bbb' Exited with code 0. cpp裡面只有一個hello world ※ 引述《fasthall (Xen)》之銘言: : 小弟以前用DEV C++用習慣 : 現在想QT於是乎裝了QT CREATOR : 發現一個問題 : 我開好PROJECT後試著CTRL+R去RUN看看 : 發現他都會出現一個訊息 : "Coule not find the executable, please specify one." : 這是什麼問題? : mingw應該包含在那個190mb的包裝裡面了吧? : 還是跟BCB或DEV衝到? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.114.221.33
saxontai:怪,你的 project target 是 library 啊,怎麼能執行?XD 03/19 00:05
saxontai:ar -ru debug\libbbb.a debug/bbb.o 03/19 00:06
fasthall:知道問題了 好丟臉>///< 03/19 00:17