mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
qmake conditions fixed
This commit is contained in:
parent
bb0bdbec5a
commit
bd0dbd91f1
@ -17,6 +17,7 @@ macx {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SOURCES += $$PWD/help_about_dialog.cpp \
|
SOURCES += $$PWD/help_about_dialog.cpp \
|
||||||
$$PWD/yacreader_field_edit.cpp \
|
$$PWD/yacreader_field_edit.cpp \
|
||||||
$$PWD/yacreader_field_plain_text_edit.cpp \
|
$$PWD/yacreader_field_plain_text_edit.cpp \
|
||||||
@ -28,6 +29,6 @@ SOURCES += $$PWD/help_about_dialog.cpp \
|
|||||||
$$PWD/yacreader_tool_bar_stretch.cpp \
|
$$PWD/yacreader_tool_bar_stretch.cpp \
|
||||||
$$PWD/yacreader_busy_widget.cpp
|
$$PWD/yacreader_busy_widget.cpp
|
||||||
macx{
|
macx{
|
||||||
OBJECTIVE_SOURCES += \
|
OBJECTIVE_SOURCES += $$PWD/yacreader_macosx_toolbar.mm
|
||||||
$$PWD/yacreader_macosx_toolbar.mm
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,6 +44,5 @@ SOURCES += $$PWD/help_about_dialog.cpp \
|
|||||||
$$PWD/yacreader_busy_widget.cpp
|
$$PWD/yacreader_busy_widget.cpp
|
||||||
|
|
||||||
macx{
|
macx{
|
||||||
OBJECTIVE_SOURCES += \
|
OBJECTIVE_SOURCES += $$PWD/yacreader_macosx_toolbar.mm
|
||||||
$$PWD/yacreader_macosx_toolbar.mm
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user