diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 14:26:52 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 14:26:52 -0500 |
commit | fc01e96e1ec562da4d96d1a9ba818e0f5bb5070f (patch) | |
tree | 080039172e0607db62819227d2d0bce3931a679a /kommander/working | |
parent | efe855bd5d8cb9a0f50e398d426ff5fece3dadfd (diff) | |
download | tdewebdev-fc01e96e1ec562da4d96d1a9ba818e0f5bb5070f.tar.gz tdewebdev-fc01e96e1ec562da4d96d1a9ba818e0f5bb5070f.zip |
Fix inadvertent tqt changes.
Diffstat (limited to 'kommander/working')
-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 f5dc15f9..e5c1ca06 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) |