1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Merge pull request #1382 from bob23450/master

Fix nox build. Closes #1368
This commit is contained in:
sledgehammer999 2014-02-05 21:05:48 +02:00
commit 3cd72e5e63

View File

@ -107,8 +107,7 @@ HEADERS += misc.h \
scannedfoldersmodel.h \ scannedfoldersmodel.h \
qinisettings.h \ qinisettings.h \
smtp.h \ smtp.h \
dnsupdater.h \ dnsupdater.h
messageboxraised.h
SOURCES += main.cpp \ SOURCES += main.cpp \
@ -117,8 +116,7 @@ SOURCES += main.cpp \
misc.cpp \ misc.cpp \
fs_utils.cpp \ fs_utils.cpp \
smtp.cpp \ smtp.cpp \
dnsupdater.cpp \ dnsupdater.cpp
messageboxraised.cpp
nox { nox {
HEADERS += headlessloader.h HEADERS += headlessloader.h
@ -152,7 +150,8 @@ nox {
loglistwidget.h \ loglistwidget.h \
addnewtorrentdialog.h \ addnewtorrentdialog.h \
autoexpandabledialog.h \ autoexpandabledialog.h \
statsdialog.h statsdialog.h \
messageboxraised.h
SOURCES += mainwindow.cpp \ SOURCES += mainwindow.cpp \
ico.cpp \ ico.cpp \
@ -171,7 +170,8 @@ nox {
loglistwidget.cpp \ loglistwidget.cpp \
addnewtorrentdialog.cpp \ addnewtorrentdialog.cpp \
autoexpandabledialog.cpp \ autoexpandabledialog.cpp \
statsdialog.cpp statsdialog.cpp \
messageboxraised.cpp
win32 { win32 {
HEADERS += programupdater.h HEADERS += programupdater.h