diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 14:53:30 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 14:53:30 -0500 |
commit | 3d1c7581ff395fc373ca4b8bd8f65b540b37b12f (patch) | |
tree | 7fa67e7ac565be324e5fbc543d33c0ba06e7c1e7 /languages/ruby/app_templates/kxt | |
parent | 2cc195396f4a17c247091cf92b0d42a2acc4124c (diff) | |
download | tdevelop-3d1c7581ff395fc373ca4b8bd8f65b540b37b12f.tar.gz tdevelop-3d1c7581ff395fc373ca4b8bd8f65b540b37b12f.zip |
Fix inadvertent tqt changes.
Diffstat (limited to 'languages/ruby/app_templates/kxt')
-rw-r--r-- | languages/ruby/app_templates/kxt/src-Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/ruby/app_templates/kxt/src-Makefile.am b/languages/ruby/app_templates/kxt/src-Makefile.am index 74622a8d..6351533d 100644 --- a/languages/ruby/app_templates/kxt/src-Makefile.am +++ b/languages/ruby/app_templates/kxt/src-Makefile.am @@ -16,7 +16,7 @@ INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR) # which sources should be compiled for %{APPNAMELC} %{APPNAMELC}_SOURCES = %{APPNAMELC}.cpp -# let autotqmoc handle all of the meta source files (tqmoc) +# let automoc handle all of the meta source files ((moc)) METASOURCES = AUTO KDE_ICON = AUTO |