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.
16 lines
498 B
16 lines
498 B
|
|
HEADERS += src/api/UBWidgetUniboardAPI.h \
|
|
src/api/UBLibraryAPI.h \
|
|
src/api/UBW3CWidgetAPI.h \
|
|
src/api/UBWidgetMessageAPI.h \
|
|
src/api/UBWidgetVotingSystemAPI.h
|
|
|
|
SOURCES += src/api/UBWidgetUniboardAPI.cpp \
|
|
src/api/UBLibraryAPI.cpp \
|
|
src/api/UBW3CWidgetAPI.cpp \
|
|
src/api/UBWidgetMessageAPI.cpp \
|
|
src/api/UBWidgetVotingSystemAPI.cpp
|
|
|
|
|
|
|
|
|
|
|