Hi all,
I would like to copy a Qt project (hellogl for example) to another directory after compilation. Which files (*.cpp, *.h, ...) and subdirectories (\release, ...?) do I need and which have to be deleted?
Greetings,
Michael
Hi all,
I would like to copy a Qt project (hellogl for example) to another directory after compilation. Which files (*.cpp, *.h, ...) and subdirectories (\release, ...?) do I need and which have to be deleted?
Greetings,
Michael
files that are not necessary are:
- *.pro.user
- *.o
- Makefile
- moc_****.cpp
QtFan19 (30th December 2009)
run 'make clean' and copy the result.
I would like to be a "Guru"
Useful hints (try them before asking):
- Use Qt Assistant
- Search the forum
If you haven't found solution yet then create new topic with smart question.
QtFan19 (30th December 2009)
Hi all,
thank you very much for your fast replies.
I´m a beginner in C++ and Qt. So I have to ask how can I run make under Windows XP (SP3)?
I´ve tried it under Start->Qt->Qt Command Prompt, but the system does not find make or make clean (qmake runs). What do I have to do?
Greetings,
Michael
@ Faldzip
I´ve tried this and it works.But I would say that all you need is a .pro file and files listed in this .pro file
Thanks,
Michael
Bookmarks