From 3e52901641f8b3a1cce95709a2c91be59947673f Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 27 Oct 2012 09:22:42 -0700 Subject: Remove qstandardpaths_json.cpp This implementation is unused. It was part of a platform that will unfortunately not see the light of day. Remove it since no one is maintaining it. Change-Id: I9e675225a32f227739c688608f937df66a14e9a4 Reviewed-by: David Faure (KDE) Reviewed-by: Lars Knoll --- src/corelib/io/io.pri | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/corelib/io/io.pri') diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri index 9e89f9fdc0..174e2a2fbf 100644 --- a/src/corelib/io/io.pri +++ b/src/corelib/io/io.pri @@ -118,8 +118,6 @@ win32 { } else { SOURCES += io/qstandardpaths_unix.cpp } - } else:standardpathsjson { - SOURCES += io/qstandardpaths_json.cpp } else:blackberry { SOURCES += io/qstandardpaths_blackberry.cpp } else { -- cgit v1.2.3