diff options
Diffstat (limited to 'languages/cpp/app_templates/khello2/src-Makefile.am')
| -rw-r--r-- | languages/cpp/app_templates/khello2/src-Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/languages/cpp/app_templates/khello2/src-Makefile.am b/languages/cpp/app_templates/khello2/src-Makefile.am index 453bfd55..fa431413 100644 --- a/languages/cpp/app_templates/khello2/src-Makefile.am +++ b/languages/cpp/app_templates/khello2/src-Makefile.am @@ -22,7 +22,7 @@ bin_PROGRAMS = %{APPNAMELC}  # the application source, library search path, and link libraries  %{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}widget.cpp %{APPNAMELC}widgetbase.ui -%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) +%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)  %{APPNAMELC}_LDADD = $(LIB_TDEUI)  # this is where the desktop file will go  | 
