Support custom parameters (#76)

* Add the setting icon

* Add support for custom parameters

* Ignore auto generated files

* Update README.md
This commit is contained in:
Kevin Yue
2021-08-15 12:47:02 +08:00
committed by GitHub
parent c8942984a8
commit b4f9cfae67
13 changed files with 221 additions and 6 deletions

View File

@@ -35,7 +35,8 @@ SOURCES += \
portalconfigresponse.cpp \
preloginresponse.cpp \
samlloginwindow.cpp \
gpclient.cpp
gpclient.cpp \
settingsdialog.cpp
HEADERS += \
cdpcommand.h \
@@ -50,11 +51,13 @@ HEADERS += \
portalconfigresponse.h \
preloginresponse.h \
samlloginwindow.h \
gpclient.h
gpclient.h \
settingsdialog.h
FORMS += \
gpclient.ui \
normalloginwindow.ui
normalloginwindow.ui \
settingsdialog.ui
DBUS_INTERFACES += ../GPService/gpservice.xml