10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
HEADERS += \
|
|
$$PWD/joystick.h \
|
|
$$PWD/remotecontrol.h \
|
|
$$PWD/switch.h
|
|
|
|
SOURCES += \
|
|
$$PWD/joystick.cpp \
|
|
$$PWD/remotecontrol.cpp \
|
|
$$PWD/switch.cpp
|