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.
|
|
|
TEMPLATE = lib
|
|
|
|
|
|
|
|
include( $(KDELIBS)/win/common.pro )
|
|
|
|
|
|
|
|
|
|
|
|
# needed to export library classes:
|
|
|
|
DEFINES += MAKE_KMDI_LIB
|
|
|
|
|
|
|
|
TARGET = kmdi$$KDEBUG
|
|
|
|
|
|
|
|
LIBS += $$KDELIBDESTDIR/kdecore$$KDELIB_SUFFIX $$KDELIBDESTDIR/kdeui$$KDELIB_SUFFIX \
|
|
|
|
$$KDELIBDESTDIR/kutils$$KDELIB_SUFFIX $$KDELIBDESTDIR/kparts$$KDELIB_SUFFIX
|
|
|
|
|
|
|
|
INCLUDEPATH += res $(KDELIBS)/kutils $(KDELIBS)/kdeui
|
|
|
|
|
|
|
|
system( bash kmoc )
|
|
|
|
|
|
|
|
SOURCES = \
|
|
|
|
kmdichildarea.cpp \
|
|
|
|
kmdichildfrm.cpp \
|
|
|
|
kmdichildfrmcaption.cpp \
|
|
|
|
kmdichildview.cpp \
|
|
|
|
kmdidockcontainer.cpp \
|
|
|
|
kmdidocumentviewtabwidget.cpp \
|
|
|
|
kmdifocuslist.cpp \
|
|
|
|
kmdiguiclient.cpp \
|
|
|
|
kmdimainfrm.cpp \
|
|
|
|
kmditaskbar.cpp \
|
|
|
|
kmditoolviewaccessor.cpp
|
|
|
|
|
|
|
|
HEADERS =
|