mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-27 01:56:32 -05:00
s/Q_OS_LINUX/Q_OS_UNIX/g
Enable support for UNIX like OS.
This commit is contained in:
parent
8f4c2f5c58
commit
e29d3497eb
3 changed files with 5 additions and 5 deletions
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
#ifdef Q_OS_WIN
|
||||
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)
|
||||
#elif Q_OS_LINUX
|
||||
#elif Q_OS_UNIX
|
||||
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue