Skip to content
Welcome to the Necro Nomnomnomicon

Welcome to the Necro Nomnomnomicon

Halloween and horror inspired recipes straight from the Devil's Kitchen

Qt Platform Plugin -

Halloween and horror inspired recipes straight from the Devil's Kitchen

  • Home
  • All Recipes
    • Breakfast
    • Appetizers and Snacks
    • Soups and Salad
    • Bread and Pasta
    • Main Course
      • Beef
      • Chicken
      • Vegetarian
      • Pork
      • Seafood
    • Beverages
    • Dessert
    • Scary Fast
  • Dark Arts & Crafts
  • Hellhounds and Familiars
  • Odds and Ends
  • Contact
    • About the Nom
    • Work With Me
    • Terms & Conditions / Privacy Policy
    • Cookie Policy
    • Advertising Disclosure/Privacy Policy
    • Become a Patreon Member
  • Shop the Nom (Etsy)

Windows: Look in C:\Qt\<version>\<compiler>\plugins\platforms\qwindows.dll ./myapp -platform minimal # for headless test ./myapp -platform xcb # force X11 on Linux 5.5 Check library dependencies (Linux) ldd /usr/lib/qt5/plugins/platforms/libqxcb.so | grep "not found" Install missing xcb libraries. 5.6 For bundled/deployed applications Ensure your app directory contains:

find /usr/lib/qt5/plugins/platforms -name "*.so" Should list libqxcb.so , libqoffscreen.so , etc.

Qt Platform Plugin -

Windows: Look in C:\Qt\<version>\<compiler>\plugins\platforms\qwindows.dll ./myapp -platform minimal # for headless test ./myapp -platform xcb # force X11 on Linux 5.5 Check library dependencies (Linux) ldd /usr/lib/qt5/plugins/platforms/libqxcb.so | grep "not found" Install missing xcb libraries. 5.6 For bundled/deployed applications Ensure your app directory contains:

find /usr/lib/qt5/plugins/platforms -name "*.so" Should list libqxcb.so , libqoffscreen.so , etc. qt platform plugin