kwin/kwin.pro
Matthias Ettrich 75f321c4c0 more experimental stuff
svn path=/trunk/kdebase/kwin/; revision=29737
1999-09-27 16:02:44 +00:00

19 lines
337 B
Prolog

TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = atoms.h \
beclient.h \
client.h \
main.h \
options.h \
stdclient.h \
tabbox.h \
workspace.h
SOURCES = atoms.cpp \
beclient.cpp \
client.cpp \
main.cpp \
options.cpp \
stdclient.cpp \
tabbox.cpp \
workspace.cpp
TARGET = kwin