From abb83b3e7e7ecf11bc05d8e241bd94340ecfd696 Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 5 Sep 2016 18:04:45 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b47f26..6e2a293 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ linuxdeployqt takes an application as input and makes it self-contained by copying in the Qt libraries and plugins that the application uses. It is based on macdeployqt in the tools applications of the Qt Toolkit. -__This is not fully working yet.__ Help is appreciated. +## Known issues + +* __This is not fully working yet.__ This is not ready for production use. Help is appreciated. +* Some functions still refer to macOS specifics. These need to be converted over to their Linux counterparts or deleted. ## Installation