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.
34 lines
965 B
Plaintext
34 lines
965 B
Plaintext
HEADERS += \
|
|
$$PWD/FITKWidgetAPI.h \
|
|
$$PWD/FITKLockerButton.h \
|
|
$$PWD/FITKLockerWidget.h \
|
|
$$PWD/FITKDrawerWidget.h \
|
|
$$PWD/FITKMdiArea.h \
|
|
$$PWD/FITKTableWidget.h \
|
|
$$PWD/FITKSciNotationLineEdit.h \
|
|
$$PWD/FITKComboBox.h \
|
|
$$PWD/FITKWorkingDirDialog.h \
|
|
$$PWD/FITKTabWidget.h \
|
|
$$PWD/FITKTreeWidget.h \
|
|
$$PWD/TableWidgetFileReadFileDialog.h \
|
|
$$PWD/FITKMdiSubWindow.h \
|
|
|
|
SOURCES += \
|
|
$$PWD/FITKLockerButton.cpp \
|
|
$$PWD/FITKLockerWidget.cpp \
|
|
$$PWD/FITKDrawerWidget.cpp \
|
|
$$PWD/FITKMdiArea.cpp \
|
|
$$PWD/FITKTableWidget.cpp \
|
|
$$PWD/FITKSciNotationLineEdit.cpp \
|
|
$$PWD/FITKComboBox.cpp \
|
|
$$PWD/FITKWorkingDirDialog.cpp \
|
|
$$PWD/FITKTabWidget.cpp \
|
|
$$PWD/FITKTreeWidget.cpp \
|
|
$$PWD/TableWidgetFileReadFileDialog.cpp \
|
|
$$PWD/FITKMdiSubWindow.cpp \
|
|
|
|
FORMS +=\
|
|
$$PWD/FITKDrawerWidget.ui \
|
|
$$PWD/FITKWorkingDirDialog.ui \
|
|
$$PWD/TableWidgetFileReadFileDialog.ui \
|