diff options
Diffstat (limited to 'kommander/working/plugintemplate/src-Makefile.am')
-rw-r--r-- | kommander/working/plugintemplate/src-Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/working/plugintemplate/src-Makefile.am b/kommander/working/plugintemplate/src-Makefile.am index a7b2ee01..eb7dbe9d 100644 --- a/kommander/working/plugintemplate/src-Makefile.am +++ b/kommander/working/plugintemplate/src-Makefile.am @@ -13,7 +13,7 @@ libkmdr%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp %{APPNAMELC}plugin.cpp # these are the headers for your project that won't be installed -# let autotqmoc handle all of the meta source files (tqmoc) +# let automoc handle all of the meta source files (moc) METASOURCES = AUTO AM_CXXFLAGS= -DHAVE_SSTREAM AM_CPPFLAGS= $(all_includes) |