I have a project that will compile and run fine on my phone. But I can't create a .sis file to publish!
I am using SUBDIRS in a main .pro file. The initial.pro file only contains these lines of code:
All of the applications variables like Deployment etc are in the Schwarz.pro file but the publishing wizard wants to put them all in the initial.pro file which doesn't produce an executable .sisCode:TEMPLATE = subdirs CONFIG += ordered SUBDIRS += ButtonQmlPlugin/ButtonQmlPlugin.pro SUBDIRS += Schwarz.pro
This is the error I get:
Running Making SIS file
C:/QtSDK/Symbian/SDKs/Symbian3Qt474/epoc32/tools/make.exe unsigned_installer_sis
C:\QtSDK\Symbian\SDKs\Symbian3Qt474\epoc32\tools\make.exe: *** No rule to make target `unsigned_installer_sis'. Stop.
SIS file not created due to previous errors.
I really want to publish this project. Thanks for any help

Reply With Quote

