mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
12 lines
274 B
Diff
12 lines
274 B
Diff
--- a/src/qt6ct-common/qt6ct.cpp
|
|
+++ b/src/qt6ct-common/qt6ct.cpp
|
|
@@ -37,7 +37,7 @@
|
|
#include "qt6ct.h"
|
|
|
|
#ifndef QT6CT_DATADIR
|
|
-#define QT6CT_DATADIR "/usr/share"
|
|
+#define QT6CT_DATADIR "@TERMUX_PREFIX@/share"
|
|
#endif
|
|
|
|
QSet<Qt6CT::StyleInstance*> Qt6CT::styleInstances;
|