mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
format
This commit is contained in:
parent
58fdf0af23
commit
5c48fe5783
@ -1,7 +1,8 @@
|
||||
INCLUDEPATH += $$PWD
|
||||
DEPENDPATH += $$PWD
|
||||
|
||||
HEADERS += $$PWD/help_about_dialog.h \
|
||||
HEADERS += \
|
||||
$$PWD/help_about_dialog.h \
|
||||
$$PWD/rounded_corners_dialog.h \
|
||||
$$PWD/whats_new_dialog.h \
|
||||
$$PWD/whats_new_controller.h \
|
||||
@ -29,7 +30,8 @@ macx{
|
||||
HEADERS += $$PWD/yacreader_macosx_toolbar.h
|
||||
}
|
||||
|
||||
SOURCES += $$PWD/help_about_dialog.cpp \
|
||||
SOURCES += \
|
||||
$$PWD/help_about_dialog.cpp \
|
||||
$$PWD/rounded_corners_dialog.cpp \
|
||||
$$PWD/whats_new_dialog.cpp \
|
||||
$$PWD/whats_new_controller.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user