Fix inadvertent tq changes.

(cherry picked from commit 3b5ab1e280)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent aec910a44a
commit c9ba3a8e58

@ -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