Browse Source

CUPS rather than Cocoa

master
probonopd 8 years ago
parent
commit
0a9e8b3dc2
  1. 2
      shared/shared.cpp

2
shared/shared.cpp

@ -750,7 +750,7 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl
// Platform plugin:
pluginList.append("platforms/libqxcb.so");
// Cocoa print support
// CUPS print support
pluginList.append("printsupport/libcupsprintersupport.so");
// Network

Loading…
Cancel
Save