kwin/kwin.pro

20 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