diff options
Diffstat (limited to 'languages/fortran/compiler')
-rw-r--r-- | languages/fortran/compiler/pgioptions/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/fortran/compiler/pgioptions/CMakeLists.txt b/languages/fortran/compiler/pgioptions/CMakeLists.txt index 9c2e7f5f..2111f2ad 100644 --- a/languages/fortran/compiler/pgioptions/CMakeLists.txt +++ b/languages/fortran/compiler/pgioptions/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES tde_add_kpart( libkdevpgioptions AUTOMOC SOURCES pgioptionsfactory.cpp pgioptionsplugin.cpp - LINK kdevextras-shared kdeui-shared + LINK kdevextras-shared tdeui-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |