10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
|
#LIBINTERFACE_NAME = $$qtLibraryTarget(infobutton)
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/InfoButton/infobutton.cpp \
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/InfoButton/infobutton.h \
|
||
|
|
||
|
|