theshell/statuscenter/statuscenter.pro
2018-08-16 00:24:10 +10:00

13 lines
342 B
Prolog

TEMPLATE = subdirs
if (exists("/usr/lib/libcups.so") | enable-print-module) {
SUBDIRS += \
PrinterPane
} else {
message("CUPS not detected; printing module will not be built!")
message("To force building of printing module, pass CONFIG+=enable-print-module to qmake")
}
SUBDIRS += \
BluetoothPane \
OverviewPane