First implementation
This commit is contained in:
15
window/SetupDialog/SetupDialog.pri
Normal file
15
window/SetupDialog/SetupDialog.pri
Normal file
@@ -0,0 +1,15 @@
|
||||
SOURCES += \
|
||||
$$PWD/SetupDialog.cpp \
|
||||
$$PWD/SetupDialogTreeModel.cpp \
|
||||
$$PWD/SetupDialogTreeItem.cpp \
|
||||
$$PWD/SelectCanInterfacesDialog.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/SetupDialog.h \
|
||||
$$PWD/SetupDialogTreeModel.h \
|
||||
$$PWD/SetupDialogTreeItem.h \
|
||||
$$PWD/SelectCanInterfacesDialog.h
|
||||
|
||||
FORMS += \
|
||||
$$PWD/SetupDialog.ui \
|
||||
$$PWD/SelectCanInterfacesDialog.ui
|
||||
Reference in New Issue
Block a user