diff options
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r-- | examples/CMakeLists.txt | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index d3b3a8407..8cb8e8c5b 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -31,6 +31,7 @@ tde_setup_dbus( dbus-1-tqt ) set( POLKIT_TQT_EXAMPLE "${DATA_INSTALL_DIR}/polkit-tqt/examples/" ) + ##### install examples runtime config ########################### configure_file( org.tqt.policykit.examples.service.cmake org.tqt.policykit.examples.service @ONLY ) @@ -51,6 +52,16 @@ install( ) +##### install icons ########################### + +add_subdirectory( icons ) + + +##### adent directory ######################## + +add_subdirectory( agent ) + + ##### install examples source code ########################### install( @@ -78,11 +89,6 @@ install( ) -##### install icons ########################### - -add_subdirectory( icons ) - - ##### example executables ######################### tde_add_executable( polkit-tqt-example AUTOMOC |