mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-08 09:41:35 +01:00
implement configuration window
This commit is contained in:
10
untitled.pro
10
untitled.pro
@@ -27,14 +27,18 @@ CONFIG += c++11
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
mainwindow.cpp \
|
||||
notificationwidget.cpp
|
||||
notificationwidget.cpp \
|
||||
settings.cpp
|
||||
|
||||
HEADERS += \
|
||||
mainwindow.h \
|
||||
notificationwidget.h
|
||||
notificationwidget.h \
|
||||
settings.h \
|
||||
settingkeys.h
|
||||
|
||||
FORMS += \
|
||||
mainwindow.ui
|
||||
mainwindow.ui \
|
||||
settings.ui
|
||||
|
||||
# Default rules for deployment.
|
||||
qnx: target.path = /tmp/$${TARGET}/bin
|
||||
|
||||
Reference in New Issue
Block a user