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.
21 lines
415 B
Plaintext
21 lines
415 B
Plaintext
7 months ago
|
SOURCES += \
|
||
|
$$PWD/gddcCmdDlg.cpp \
|
||
|
$$PWD/gddcdlg.cpp \
|
||
|
$$PWD/gddcSet.cpp \
|
||
|
$$PWD/gddcStateInfo.cpp \
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/gddcCmdDlg.h \
|
||
|
$$PWD/gddcdlg.h \
|
||
|
$$PWD/gddcSet.h \
|
||
|
$$PWD/gddcStateInfo.h \
|
||
|
$$PWD/structDefineMyslef.h \
|
||
|
$$PWD/DCFrameCkCmd.h \
|
||
|
|
||
|
FORMS += \
|
||
|
$$PWD/gddcCmdDlg.ui \
|
||
|
$$PWD/gddcdlg.ui \
|
||
|
$$PWD/gddcSet.ui \
|
||
|
$$PWD/gddcStateInfo.ui \
|
||
|
|