mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-09-03 17:41:56 +00:00
Move conditionals to the bottom
This commit is contained in:
parent
d69e6bb7aa
commit
caaaa05710
@ -163,26 +163,6 @@ SOURCES += \
|
|||||||
$$PWD/watchedfolderoptionsdialog.cpp \
|
$$PWD/watchedfolderoptionsdialog.cpp \
|
||||||
$$PWD/watchedfoldersmodel.cpp
|
$$PWD/watchedfoldersmodel.cpp
|
||||||
|
|
||||||
win32|macx {
|
|
||||||
HEADERS += $$PWD/programupdater.h
|
|
||||||
SOURCES += $$PWD/programupdater.cpp
|
|
||||||
}
|
|
||||||
|
|
||||||
unix:!macx:dbus {
|
|
||||||
HEADERS += \
|
|
||||||
$$PWD/powermanagement/powermanagement_x11.h \
|
|
||||||
$$PWD/qtnotify/notifications.h
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
$$PWD/powermanagement/powermanagement_x11.cpp \
|
|
||||||
$$PWD/qtnotify/notifications.cpp
|
|
||||||
}
|
|
||||||
|
|
||||||
macx {
|
|
||||||
HEADERS += $$PWD/macutilities.h
|
|
||||||
OBJECTIVE_SOURCES += $$PWD/macutilities.mm
|
|
||||||
}
|
|
||||||
|
|
||||||
FORMS += \
|
FORMS += \
|
||||||
$$PWD/aboutdialog.ui \
|
$$PWD/aboutdialog.ui \
|
||||||
$$PWD/addnewtorrentdialog.ui \
|
$$PWD/addnewtorrentdialog.ui \
|
||||||
@ -223,3 +203,23 @@ stacktrace {
|
|||||||
FORMS += $$PWD/stacktracedialog.ui
|
FORMS += $$PWD/stacktracedialog.ui
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
win32|macx {
|
||||||
|
HEADERS += $$PWD/programupdater.h
|
||||||
|
SOURCES += $$PWD/programupdater.cpp
|
||||||
|
}
|
||||||
|
|
||||||
|
unix:!macx:dbus {
|
||||||
|
HEADERS += \
|
||||||
|
$$PWD/powermanagement/powermanagement_x11.h \
|
||||||
|
$$PWD/qtnotify/notifications.h
|
||||||
|
|
||||||
|
SOURCES += \
|
||||||
|
$$PWD/powermanagement/powermanagement_x11.cpp \
|
||||||
|
$$PWD/qtnotify/notifications.cpp
|
||||||
|
}
|
||||||
|
|
||||||
|
macx {
|
||||||
|
HEADERS += $$PWD/macutilities.h
|
||||||
|
OBJECTIVE_SOURCES += $$PWD/macutilities.mm
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user