mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
eliminado duplicado en custom_widgets.pri
This commit is contained in:
parent
5e809da594
commit
e309cffa16
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user