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