mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-08 12:54:27 +00:00
Fix nox compilation
This commit is contained in:
parent
5145abe5c8
commit
31e4b8dc31
12
src/src.pro
12
src/src.pro
@ -281,8 +281,7 @@ HEADERS += misc.h \
|
|||||||
preferences.h \
|
preferences.h \
|
||||||
scannedfoldersmodel.h \
|
scannedfoldersmodel.h \
|
||||||
qinisettings.h \
|
qinisettings.h \
|
||||||
smtp.h \
|
smtp.h
|
||||||
torrentcreatordlg.h
|
|
||||||
|
|
||||||
contains(DEFINES, DISABLE_GUI) {
|
contains(DEFINES, DISABLE_GUI) {
|
||||||
HEADERS += headlessloader.h
|
HEADERS += headlessloader.h
|
||||||
@ -309,7 +308,8 @@ contains(DEFINES, DISABLE_GUI) {
|
|||||||
advancedsettings.h \
|
advancedsettings.h \
|
||||||
cookiesdlg.h \
|
cookiesdlg.h \
|
||||||
hidabletabwidget.h \
|
hidabletabwidget.h \
|
||||||
sessionapplication.h
|
sessionapplication.h \
|
||||||
|
torrentcreatordlg.h
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
HEADERS += qmacapplication.h
|
HEADERS += qmacapplication.h
|
||||||
@ -367,8 +367,7 @@ SOURCES += main.cpp \
|
|||||||
downloadthread.cpp \
|
downloadthread.cpp \
|
||||||
scannedfoldersmodel.cpp \
|
scannedfoldersmodel.cpp \
|
||||||
misc.cpp \
|
misc.cpp \
|
||||||
smtp.cpp \
|
smtp.cpp
|
||||||
torrentcreatordlg.cpp
|
|
||||||
|
|
||||||
!contains(DEFINES, DISABLE_GUI) {
|
!contains(DEFINES, DISABLE_GUI) {
|
||||||
SOURCES += GUI.cpp \
|
SOURCES += GUI.cpp \
|
||||||
@ -377,7 +376,8 @@ SOURCES += main.cpp \
|
|||||||
transferlistwidget.cpp \
|
transferlistwidget.cpp \
|
||||||
cookiesdlg.cpp \
|
cookiesdlg.cpp \
|
||||||
torrentadditiondlg.cpp \
|
torrentadditiondlg.cpp \
|
||||||
sessionapplication.cpp
|
sessionapplication.cpp \
|
||||||
|
torrentcreatordlg.cpp
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
SOURCES += qmacapplication.cpp
|
SOURCES += qmacapplication.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user