i have one server project in console application.and one qt quick application.
how to merge this two projects to one project build,and generate one sis to install this two application.
thank you
i have one server project in console application.and one qt quick application.
how to merge this two projects to one project build,and generate one sis to install this two application.
thank you
why my subdirs project produced two sis intalled files.
this project has one console application and one qt quick application.
my subdirs project's pro file:
TEMPLATE = subdirs
SUBDIRS += \
tourMeConsole\
TuMeApplication
and when complie the project has produced tourMeConsole.sis and TuMeApplication.sis,not the subdirs project's sis(tourMeapplication.sis)
Last edited by ken2008; 2011-12-12 at 08:08. Reason: need add something