diff options
Diffstat (limited to 'src-qt5/OS-detect.pri')
-rw-r--r-- | src-qt5/OS-detect.pri | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-qt5/OS-detect.pri b/src-qt5/OS-detect.pri index f7c65d6f..be32aea6 100644 --- a/src-qt5/OS-detect.pri +++ b/src-qt5/OS-detect.pri @@ -127,6 +127,9 @@ isEmpty(OS){ RCC_DIR=./.build/rcc QMAKE_DISTCLEAN += -r ./.build + #Setup the default place for installing icons (use scalable dir for variable-size icons) + icons.path = $${L_SHAREDIR}/icons/hicolor/scalable/apps + #some other compile time flags CONFIG *= c++11 } |