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
TEMPLATE = app
|
|
|
|
include( $(KDELIBS)/win/common.pro )
|
|
|
|
# needed to export library classes:
|
|
|
|
LIBS += $$KDELIBDESTDIR/dcop$$KDELIB_SUFFIX
|
|
|
|
LIBS -= $$KDELIBDESTDIR/tdecore$$KDELIB_SUFFIX $$KDELIBDESTDIR/tdeui$$KDELIB_SUFFIX \
|
|
$$KDELIBDESTDIR/tdefx$$KDELIB_SUFFIX
|
|
|
|
TARGET = dcopidl
|
|
|
|
DEFINES += YY_ALWAYS_INTERACTIVE
|
|
|
|
SOURCES = \
|
|
main.cpp \
|
|
scanner.cc \
|
|
yacc.cc
|
|
|
|
HEADERS =
|