8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
INCLUDEPATH += $$PWD/
|
|
|
|
SOURCES += \
|
|
$$PWD//switchbutton.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/switchbutton.h
|