aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bzrignore2
-rw-r--r--CMakeLists.txt1
-rw-r--r--examples/CMakeLists.txt4
-rwxr-xr-xexamples/run-example.sh.in1
4 files changed, 0 insertions, 8 deletions
diff --git a/.bzrignore b/.bzrignore
index 0fbb439..b2c3d4b 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -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