From a79936561b06845e549fd04be3b71bdea1179060 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sat, 21 Feb 2015 11:00:03 -0600 Subject: environment: use Qt 5 Qml import paths --- nixos/modules/programs/environment.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nixos/modules') diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix index 4d93d2d35b46..e0379a2c02af 100644 --- a/nixos/modules/programs/environment.nix +++ b/nixos/modules/programs/environment.nix @@ -47,7 +47,8 @@ in KDEDIRS = [ "" ]; STRIGI_PLUGIN_PATH = [ "/lib/strigi/" ]; QT_PLUGIN_PATH = [ "/lib/qt4/plugins" "/lib/kde4/plugins" "/lib/qt5/plugins" ]; - QML2_IMPORT_PATH = [ "/lib/qml" ]; + QML_IMPORT_PATH = [ "/lib/qt5/imports" ]; + QML2_IMPORT_PATH = [ "/lib/qt5/qml" ]; QTWEBKIT_PLUGIN_PATH = [ "/lib/mozilla/plugins/" ]; GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" ]; XDG_CONFIG_DIRS = [ "/etc/xdg" ]; -- cgit 1.4.1