Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Prevent qmake to create executable

$
0
0
Hello, I am currently re-organizing my Qt project and wanted to move basic and common classes into a new subdir. Since I am using subdirs project, this way, I have common classes, which then can be re-used for my GUI and my Command Line version. Nevertheless, I can’t figure out how to set-up my pro-file for this common-classes-including subdir, so that no dedicated exe file will be created for this subdir. Is there any way to prevent qmake from building a Makefile, which either does not include a “TARGET” property (thus, no executable will be compiled and no qmain is needed), or does not compile a executable but is integrated in my QtCreator project tree. Thanks in advance for your help! Best regards Robiston

Viewing all articles
Browse latest Browse all 2113

Trending Articles