diff options
Diffstat (limited to 'kstars')
-rw-r--r-- | kstars/kstars/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/Makefile.am b/kstars/kstars/Makefile.am index a8051fd1..445388de 100644 --- a/kstars/kstars/Makefile.am +++ b/kstars/kstars/Makefile.am @@ -54,7 +54,7 @@ INCLUDES= -I$(top_srcdir) -Itools -I$(srcdir)/tools $(all_includes) METASOURCES = AUTO # the library search path. -kstars_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kstars_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor # Uncomment the following two lines if you add a ui.rc file for your application to make use of # KDE |