mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-17 13:31:50 +03:00
8a1e79d22f
Move OS specific configuration to separate project files
13 lines
229 B
Text
13 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
|