mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-05 14:47:25 +03:00
14 lines
229 B
Text
14 lines
229 B
Text
|
INCLUDEPATH += $$PWD
|
||
|
|
||
|
!contains(DEFINES, DISABLE_GUI) {
|
||
|
|
||
|
HEADERS += $$PWD/options_imp.h \
|
||
|
$$PWD/advancedsettings.h
|
||
|
|
||
|
SOURCES += $$PWD/options_imp.cpp
|
||
|
|
||
|
FORMS += $$PWD/options.ui
|
||
|
}
|
||
|
|
||
|
HEADERS += $$PWD/preferences.h
|