aboutsummaryrefslogtreecommitdiffstats
path: root/examples/install-bundle/coreutils.cpp
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-05-01 19:52:58 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-05-04 09:17:38 +0000
commit805c6b95db2e6d1f754797a14fce6d5254b3e2f2 (patch)
tree59cb4142cb5cb7e0fe85b8b2d31b3ad1d10c343c /examples/install-bundle/coreutils.cpp
parenta4f4a305ae49914b7a6a8d83b8ae79e1c98723f1 (diff)
Add an example demonstrating how to properly install bundle products.
Change-Id: Iee310389b2c64f5c2b1df1ad59f3260a2fa294f6 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'examples/install-bundle/coreutils.cpp')
-rw-r--r--examples/install-bundle/coreutils.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/install-bundle/coreutils.cpp b/examples/install-bundle/coreutils.cpp
new file mode 100644
index 000000000..9010bb0f6
--- /dev/null
+++ b/examples/install-bundle/coreutils.cpp
@@ -0,0 +1,4 @@
+int foo()
+{
+ return 42;
+}