We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2014-05-26 12:38:37 +0200

QtCreator execution of exe from a "subdirs" sub-project runs with wrong path

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

QtCreator execution of exe from a "subdirs" sub-project runs with wrong path

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 be /opt/sdk/main/usr/bin/testa /opt/sdk/main/usr/bin/testa

instead of /opt/sdk/testa/usr/bin/testa

QtCreator execution of exe from a "subdirs" sub-project runs with wrong path

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

QtCreator execution of exe from a "subdirs" sub-project runs with wrong path

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

QtCreator execution of exe from a "subdirs" sub-project runs with wrong path

Create a project containing sub-projects: for an example: * example:

  • main.pro: TEMPLATE=subdirs
    • TEMPLATE=subdirs
    • SUBDIRS += testa * 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

QtCreator execution of exe from a "subdirs" sub-project runs with wrong path

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