16 lines
383 B
Plaintext
16 lines
383 B
Plaintext
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
|