Author Topic: Run command not work for C:: ?  (Read 2643 times)

kingofhawks

  • Guest
Run command not work for C:: ?
« on: November 17, 2008, 03:02:16 pm »
Dear Guys:
    I'm a newer to C::B. When i run my first QT4 app in C::B(Windows XP,8.02) like following steps, i got error msg.
(1)Create QT project in C::B
(2)qmake -project
   qmake
   make
   After running the above commands,.pro and Makefile are generated for my project.
######.pro file
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .

# Input
SOURCES += main.cpp
(3)Then when i use "Build->Run",C::B prompts that"It seems that this project has not been built yet.Do you want to build it now?"
   Any hint should be thankful.
Simon