eliminado duplicado en custom_widgets.pri

This commit is contained in:
Luis Ángel San Martín 2013-05-19 17:27:18 +02:00
parent 5e809da594
commit e309cffa16

View File

@ -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 \