diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/CMakeLists.txt | 5 | ||||
-rw-r--r-- | examples/agent/CMakeLists.txt | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 8cb8e8c5b..de312fe5b 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -93,13 +93,12 @@ install( tde_add_executable( polkit-tqt-example AUTOMOC SOURCES PkExample.cpp main.cpp - LINK ${TQT_LIBRARIES} ${DBUS_TQT_LIBRARIES} polkit-tqt-core-shared polkit-tqt-gui-shared + LINK ${DBUS_TQT_LIBRARIES} polkit-tqt-gui-shared DESTINATION ${BIN_INSTALL_DIR} ) tde_add_executable( polkit-tqt-example-helper AUTOMOC SOURCES PkExampleHelper.cpp mainHelper.cpp - LINK ${TQT_LIBRARIES} ${DBUS_TQT_LIBRARIES} polkit-tqt-core-shared + LINK ${DBUS_TQT_LIBRARIES} polkit-tqt-core-shared DESTINATION ${BIN_INSTALL_DIR} ) - diff --git a/examples/agent/CMakeLists.txt b/examples/agent/CMakeLists.txt index 4ce78eddb..358875c03 100644 --- a/examples/agent/CMakeLists.txt +++ b/examples/agent/CMakeLists.txt @@ -37,8 +37,6 @@ install( tde_add_executable( polkit-tqt-agent-example AUTOMOC SOURCES main.cpp pkagentexample.cpp tqtlistener.cpp - LINK ${TQT_LIBRARIES} ${POLKIT_GOBJECT_LIBRARIES} ${POLKIT_AGENT_LIBRARIES} - polkit-tqt-core-shared polkit-tqt-agent-shared + LINK polkit-tqt-agent-shared DESTINATION ${BIN_INSTALL_DIR} ) - |