summaryrefslogtreecommitdiffstats
path: root/ksysguard/Makefile.in.temp
diff options
context:
space:
mode:
Diffstat (limited to 'ksysguard/Makefile.in.temp')
-rw-r--r--ksysguard/Makefile.in.temp14
1 files changed, 7 insertions, 7 deletions
diff --git a/ksysguard/Makefile.in.temp b/ksysguard/Makefile.in.temp
index fbf54fb7b..b8e021dc2 100644
--- a/ksysguard/Makefile.in.temp
+++ b/ksysguard/Makefile.in.temp
@@ -23,7 +23,7 @@ bindir = @bindir@
all_includes = @all_includes@
all_libraries = @all_libraries@
-TQMOC = @TQMOC@
+MOC = @MOC@
XGETTEXT = @XGETTEXT@
CXX = @CXX@
LDFLAGS = @LDFLAGS@
@@ -48,11 +48,11 @@ LDFLAGS += $(all_libraries)
$(CXX) $(CXXFLAGS) $(DEFS) $(INCLUDES) -c $<
OBJECTS = hexfile.o hexwidget.o
-SRCTQMOCS = hexwidget.moc hexfile.moc
+SRCMOCS = hexwidget.moc hexfile.moc
all: $(TARGET)
-$(TARGET): $(SRCTQMOCS) $(OBJECTS)
+$(TARGET): $(SRCMOCS) $(OBJECTS)
$(CXX) $(CXXFLAGS) $(LDFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS)
# recreate the Makefile
@@ -89,11 +89,11 @@ clean:
-rm -f $(TARGET) $(OBJECTS) *~ core
distclean: clean
- -rm -f Makefile $(SRCTQMOCS)
+ -rm -f Makefile $(SRCMOCS)
-# add a dependcy for all tqmoc files to help some FreeBSD users ;)
+# add a dependcy for all moc files to help some FreeBSD users ;)
hexwidget.moc: hexwidget.h
- $(TQMOC) hexwidget.h -o hexwidget.moc
+ $(MOC) hexwidget.h -o hexwidget.moc
hexfile.moc: hexfile.h
- $(TQMOC) hexfile.h -o hexfile.moc
+ $(MOC) hexfile.h -o hexfile.moc