delete empty files, this fixes issue #1

Signed-off-by: gregory guy <g-gregory@gmx.fr>
pull/2/head
gregory guy 6 years ago
parent 1b3f6baed3
commit 055a36efd6
No known key found for this signature in database
GPG Key ID: 6EFE0EF249A874C0

@ -2,7 +2,7 @@
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = DragWidget.h KeyClip.h MainWidget.h VButton.h numpadvbutton.h
noinst_HEADERS = DragWidget.h MainWidget.h VButton.h numpadvbutton.h
# let automoc handle all of the meta source files (moc)
@ -20,7 +20,7 @@ KDE_ICON = kvkbd
bin_PROGRAMS = kvkbd
# the application source, library search path, and link libraries
kvkbd_SOURCES = DragWidget.cpp KeyClip.cpp MainWidget.cpp VButton.cpp main.cpp \
kvkbd_SOURCES = DragWidget.cpp MainWidget.cpp VButton.cpp main.cpp \
numpadvbutton.cpp resizabledragwidget.cpp resizabledragwidget.h
kvkbd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kvkbd_LDADD = -lXtst $(LIB_TDEUI)

Loading…
Cancel
Save