We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-05-26 12:38:37 +0200 |
Create a project containing sub-projects: for an example: main.pro: TEMPLATE=subdirs SUBDIRS += testa
testa.pro: ...
try to run testa.pro on-device with "deploy by copying binaries", path will be /opt/sdk/main/usr/bin/testa instead of /opt/sdk/testa/usr/bin/testa
2 | No.2 Revision |
Create a project containing sub-projects:
for an example:
* main.pro:
TEMPLATE=subdirs
SUBDIRS += testa
testa
* testa.pro:
... <some project="" stuff="" with="" stuff="">
try to run testa.pro on-device with "deploy by copying binaries",
path will be3 | No.3 Revision |
Create a project containing sub-projects:
for an example:
* main.pro:
TEMPLATE=subdirs
SUBDIRS += testa
* testa.pro:
<some project="" stuff="" with="" stuff="">some project file stuff, this compiles your exe which is then deployed on-device
try to run testa.pro on-device with "deploy by copying binaries",
path will be /opt/sdk/main/usr/bin/testa
instead of /opt/sdk/testa/usr/bin/testa
4 | No.4 Revision |
Create a project containing sub-projects: for an example: * main.pro: TEMPLATE=subdirs SUBDIRS += testa * testa.pro: some project file stuff, this compiles your exe which is then deployed on-device
try to run testa.pro on-device with "deploy by copying binaries",
path will be /opt/sdk/main/usr/bin/testa
instead of /opt/sdk/testa/usr/bin/testa
5 | No.5 Revision |
Create a project containing sub-projects:
for an example:
* example:
try to run testa.pro on-device with "deploy by copying binaries",
path will be /opt/sdk/main/usr/bin/testa
instead of /opt/sdk/testa/usr/bin/testa
6 | retagged |
Create a project containing sub-projects: for an example:
try to run testa.pro on-device with "deploy by copying binaries",
path will be /opt/sdk/main/usr/bin/testa
instead of /opt/sdk/testa/usr/bin/testa