summaryrefslogtreecommitdiffstats
path: root/docs/getting-started/app-workflow-build-app.md
AgeCommit message (Collapse)AuthorFilesLines
2020-04-07app-workflow-build-app: Add info about linux-oe-* for qmakeDennis Field1-0/+19
When building a Qt qmake project on desktop or AGL, this can be used to do something different when compiling outside of the AGL environment vs. when building for AGL through bitbake. Unsure what happens when building the application through the SDK, may be necessary to adjust this tip to work under more scenarios. I found this QMAKE_SPEC by running a devshell for the app recipe, then running `qmake -query`
2019-05-06Fixed links in "Create and Build the Application" sectionScott Rifenbark1-3/+3
Links in this section of the "Getting Started" area were referencing old file names. I have fixed these links. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-04-15app-workflow-build-app: fix broken linksClément Bénier1-3/+3
Change-Id: I963f5ec2e2fb02a5feb2e3a65f732747a92b3188 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-12-04app-workflow-build-app: Re-writes to reflect how to build an appScott Rifenbark1-20/+59
I added more general information about the build application process. Presented some various methods. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-10-29Application Development Workflow Links:Scott Rifenbark1-3/+3
Converted existing links in the application development workflow MD files to use relative paths rather than hard-coded https:// paths. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-10-25Application Development Workflow Content filesScott Rifenbark1-0/+23
I have added new files for content for the "Application Development Workflow" section that is temporarily in the "Getting Started" section of the doc website. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>