summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/kscons_kxt/SConscript-src
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/app_templates/kscons_kxt/SConscript-src')
-rw-r--r--languages/cpp/app_templates/kscons_kxt/SConscript-src2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/app_templates/kscons_kxt/SConscript-src b/languages/cpp/app_templates/kscons_kxt/SConscript-src
index a60cb116..173b458f 100644
--- a/languages/cpp/app_templates/kscons_kxt/SConscript-src
+++ b/languages/cpp/app_templates/kscons_kxt/SConscript-src
@@ -37,7 +37,7 @@ myenv.TDEprogram( "%{APPNAMELC}", %{APPNAMELC}_sources )
myenv.TDEaddpaths_includes( "./ ../" )
## Necessary libraries to link against
-myenv.TDEaddlibs( "qt-mt kio tdecore tdeprint" )
+myenv.TDEaddlibs( "tqt-mt tqtinterface tdeio tdecore tdeprint" )
## This shows how to add other link flags to the program
# myenv.TDEaddflags_link('-export-dynamic')