after creation of my qt program i got
filename.pro
filem=name.pro.user
widget.cpp
widget.h
main.cpp
widget.ui
filename.pro
filem=name.pro.user
widget.cpp
widget.h
main.cpp
widget.ui
To copy to clipboard, switch view to plain text mode
after compilation over i got
filename
main.o
makefile
moc_widget.cpp
moc_widget.o
ui_widget.o
widget.o
filename
main.o
makefile
moc_widget.cpp
moc_widget.o
ui_widget.o
widget.o
To copy to clipboard, switch view to plain text mode
from this how can i find my exe file??

Originally Posted by
wysota
If you use QtCreator then the output directory is whatever you put in the Build Settings group in the Project pane if shadow build is active or the default target directory for your platform relative to project directory otherwise.
Bookmarks