diff --git a/custom_widgets/custom_widgets.pri b/custom_widgets/custom_widgets.pri index 98527ee0..653cae53 100644 --- a/custom_widgets/custom_widgets.pri +++ b/custom_widgets/custom_widgets.pri @@ -2,7 +2,7 @@ INCLUDEPATH += $$PWD DEPENDPATH += $$PWD HEADERS += $$PWD/help_about_dialog.h \ - $$PWD/yacreader_field_edit.h yacreader_search_line_edit.h \ + $$PWD/yacreader_field_edit.h \ $$PWD/yacreader_field_plain_text_edit.h \ $$PWD/yacreader_flow.h \ $$PWD/yacreader_flow_config_widget.h \ @@ -14,7 +14,7 @@ HEADERS += $$PWD/help_about_dialog.h \ $$PWD/yacreader_dark_menu.h SOURCES += $$PWD/help_about_dialog.cpp \ - $$PWD/yacreader_field_edit.cpp yacreader_search_line_edit.cpp \ + $$PWD/yacreader_field_edit.cpp \ $$PWD/yacreader_field_plain_text_edit.cpp \ $$PWD/yacreader_flow.cpp \ $$PWD/yacreader_flow_config_widget.cpp \