mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
Move conditionals to the bottom
This commit is contained in:
parent
d69e6bb7aa
commit
caaaa05710
1 changed files with 20 additions and 20 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue