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

Loading…
Cancel
Save