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 | |
parent | c2d5761cd1b788abdc8035a2da355ef7791f0b85 (diff) | |
download | qmenumodel-244ec0549fc57adb462276bbc5a3581487ae9e70.tar.gz qmenumodel-244ec0549fc57adb462276bbc5a3581487ae9e70.tar.bz2 qmenumodel-244ec0549fc57adb462276bbc5a3581487ae9e70.zip |
Removed leftover examples infrastructure.
-rw-r--r-- | .bzrignore | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | examples/CMakeLists.txt | 4 | ||||
-rwxr-xr-x | examples/run-example.sh.in | 1 |
4 files changed, 0 insertions, 8 deletions
@@ -7,8 +7,6 @@ cmake_install.cmake moc_*.cxx -examples/run-example.sh - tests/client/*.moc tests/client/actiongrouptest tests/client/convertertest diff --git a/CMakeLists.txt b/CMakeLists.txt index fe36672..220c7d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,6 @@ if(BUILD_WITH_COVERAGE) endif() add_subdirectory(src) -add_subdirectory(examples) # Tests Tools if(NOT DBUS_RUNNER) 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 |