You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
307 B
19 lines
307 B
TEMPLATE = app
|
|
|
|
include( $(KDELIBS)/win/common.pro )
|
|
|
|
LIBS -= $$KDELIBDESTDIR/tdecore$$KDELIB_SUFFIX \
|
|
$$KDELIBDESTDIR/tdeui$$KDELIB_SUFFIX $$KDELIBDESTDIR/tdefx$$KDELIB_SUFFIX
|
|
|
|
TARGET = dcopidl2cpp
|
|
|
|
#DEFINES += YY_ALWAYS_INTERACTIVE
|
|
|
|
SOURCES = \
|
|
main.cpp \
|
|
skel.cpp \
|
|
stubimpl.cpp \
|
|
stub.cpp
|
|
|
|
HEADERS =
|