summaryrefslogtreecommitdiff
path: root/examples/script/customclass/bytearrayclass.pri
blob: 05fdeb4e77dfec9c0b67f0897342914444e881cb (plain)
1
2
3
4
5
6
SOURCES += $$PWD/bytearrayclass.cpp \
	   $$PWD/bytearrayprototype.cpp
HEADERS += $$PWD/bytearrayclass.h \
	   $$PWD/bytearrayprototype.h

INCLUDEPATH += $$PWD