diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-04 12:12:13 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-04 12:12:13 +0200 |
commit | 244ec0549fc57adb462276bbc5a3581487ae9e70 (patch) | |
tree | f713fd78f95a312afa984b68339e7c330afb3775 /examples | |
parent | c2d5761cd1b788abdc8035a2da355ef7791f0b85 (diff) | |
download | qmenumodel-244ec0549fc57adb462276bbc5a3581487ae9e70.tar.gz qmenumodel-244ec0549fc57adb462276bbc5a3581487ae9e70.tar.bz2 qmenumodel-244ec0549fc57adb462276bbc5a3581487ae9e70.zip |
Removed leftover examples infrastructure.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/CMakeLists.txt | 4 | ||||
-rwxr-xr-x | examples/run-example.sh.in | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt deleted file mode 100644 index fda5683..0000000 --- a/examples/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -project(examples) - -configure_file("${CMAKE_CURRENT_SOURCE_DIR}/run-example.sh.in" - "${CMAKE_CURRENT_BINARY_DIR}/run-example.sh" @ONLY) diff --git a/examples/run-example.sh.in b/examples/run-example.sh.in deleted file mode 100755 index 4843f49..0000000 --- a/examples/run-example.sh.in +++ /dev/null @@ -1 +0,0 @@ -gdb --args qmlviewer -I @src_BINARY_DIR@ $1 |