diff options
Diffstat (limited to 'languages/cpp/app_templates/kxt/src-Makefile.am')
-rw-r--r-- | languages/cpp/app_templates/kxt/src-Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/app_templates/kxt/src-Makefile.am b/languages/cpp/app_templates/kxt/src-Makefile.am index 737b7399..d391b8f0 100644 --- a/languages/cpp/app_templates/kxt/src-Makefile.am +++ b/languages/cpp/app_templates/kxt/src-Makefile.am @@ -7,7 +7,7 @@ bin_PROGRAMS = %{APPNAMELC} # set the include path for X, qt and KDE INCLUDES = $(all_includes) -# let autotqmoc handle all of the meta source files (tqmoc) +# let automoc handle all of the meta source files ((moc)) METASOURCES = AUTO # the library search path. |