mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Fix nox compilation
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user