Fix inadvertent tq changes.

pull/1/head
Darrell Anderson 12 years ago
parent 78196c12c3
commit 3b5ab1e280

@ -1,7 +1,7 @@
INCLUDES = $(PACKAGE_CFLAGS) $(all_includes) INCLUDES = $(PACKAGE_CFLAGS) $(all_includes)
# rule for creating tqmoc files # rule for creating moc files
%.tqmoc.cpp: %.h %.moc.cpp: %.h
$(TQMOC) -o $@ $< $(TQMOC) -o $@ $<
# rules for creating .h and .cpp from .ui # rules for creating .h and .cpp from .ui
@ -11,9 +11,9 @@ INCLUDES = $(PACKAGE_CFLAGS) $(all_includes)
%.h: %.ui %.h: %.ui
$(UIC) -o $@ $< $(UIC) -o $@ $<
all_TQMOC = knetworkmanager-vpnc.tqmoc.cpp \ all_TQMOC = knetworkmanager-vpnc.moc.cpp \
vpncauth.tqmoc.cpp \ vpncauth.moc.cpp \
vpncprop.tqmoc.cpp vpncprop.moc.cpp
all_METASOURCES = vpncauth.cpp \ all_METASOURCES = vpncauth.cpp \
vpncprop.cpp vpncprop.cpp

Loading…
Cancel
Save