diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-09-05 16:15:39 -0300 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-09-05 16:15:39 -0300 |
commit | 0dfd3d4cd4214a732e4a5cda59fd4dfc082b8425 (patch) | |
tree | a4d1d4e876e31a1265581ee89c673eb66aaaae8d /examples/run-example.sh.in | |
download | qmenumodel-0dfd3d4cd4214a732e4a5cda59fd4dfc082b8425.tar.gz qmenumodel-0dfd3d4cd4214a732e4a5cda59fd4dfc082b8425.tar.bz2 qmenumodel-0dfd3d4cd4214a732e4a5cda59fd4dfc082b8425.zip |
Initial import.
Diffstat (limited to 'examples/run-example.sh.in')
-rwxr-xr-x | examples/run-example.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/run-example.sh.in b/examples/run-example.sh.in new file mode 100755 index 0000000..4843f49 --- /dev/null +++ b/examples/run-example.sh.in @@ -0,0 +1 @@ +gdb --args qmlviewer -I @src_BINARY_DIR@ $1 |