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.
tdebindings/kjsembed/bindings/bindings.pro

36 lines
742 B

include(../qjsembed.pri)
INCLUDEPATH += .. . ../..
CONFIG += staticlib
TEMPLATE = lib
# Input
HEADERS += bindingobject.h \
brush_imp.h \
iconset_imp.h \
image_imp.h \
movie_imp.h \
painter_imp.h \
pen_imp.h \
pixmap_imp.h \
sql_imp.h \
tdeconfig_imp.h \
point_imp.h \
rect_imp.h \
size_imp.h
SOURCES += bindingobject.cpp \
brush_imp.cpp \
iconset_imp.cpp \
image_imp.cpp \
movie_imp.cpp \
painter_imp.cpp \
pen_imp.cpp \
pixmap_imp.cpp \
sql_imp.cpp \
tdeconfig_imp.cpp \
point_imp.cpp \
rect_imp.cpp \
size_imp.cpp