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.
22 lines
370 B
22 lines
370 B
15 years ago
|
TEMPLATE = app
|
||
|
|
||
|
include( $(KDELIBS)/win/common.pro )
|
||
|
|
||
|
# needed to export library classes:
|
||
|
|
||
|
LIBS += $$KDELIBDESTDIR/dcop$$KDELIB_SUFFIX
|
||
|
|
||
|
LIBS -= $$KDELIBDESTDIR/kdecore$$KDELIB_SUFFIX $$KDELIBDESTDIR/kdeui$$KDELIB_SUFFIX \
|
||
|
$$KDELIBDESTDIR/kdefx$$KDELIB_SUFFIX
|
||
|
|
||
|
TARGET = dcopidl
|
||
|
|
||
|
DEFINES += YY_ALWAYS_INTERACTIVE
|
||
|
|
||
|
SOURCES = \
|
||
|
main.cpp \
|
||
|
scanner.cc \
|
||
|
yacc.cc
|
||
|
|
||
|
HEADERS =
|