You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
420 B
Plaintext
17 lines
420 B
Plaintext
SOURCES += \
|
|
$$PWD/deviceStateDlg.cpp \
|
|
$$PWD/homepagesetingwidget.cpp \
|
|
$$PWD/homepagedlg.cpp \
|
|
$$PWD/networkDetection.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/deviceStateDlg.h \
|
|
$$PWD/homepagesetingwidget.h \
|
|
$$PWD/homepagedlg.h \
|
|
$$PWD/networkDetection.h
|
|
|
|
FORMS += \
|
|
$$PWD/deviceStateDlg.ui \
|
|
$$PWD/homepagesetingwidget.ui \
|
|
$$PWD/homepagedlg.ui \
|