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.
36 lines
738 B
36 lines
738 B
15 years ago
|
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 \
|
||
|
kconfig_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 \
|
||
|
kconfig_imp.cpp \
|
||
|
point_imp.cpp \
|
||
|
rect_imp.cpp \
|
||
|
size_imp.cpp
|