You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/07/18 21:27:32 UTC

incubator-corinthia git commit: Removed the Qt editor for now.

Repository: incubator-corinthia
Updated Branches:
  refs/heads/master 1707a7125 -> 60e7f1624


Removed the Qt editor for now.

The Qt editor in windows, is right now a bit experimentel, and it is currently giving us problems with the windows buildbot.
Anybody who wants to work with the editor simple uncomment the line


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/60e7f162
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/60e7f162
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/60e7f162

Branch: refs/heads/master
Commit: 60e7f162438e9aa18653f6983e6c6c35e1d72037
Parents: 1707a71
Author: jani <ja...@apache.org>
Authored: Sat Jul 18 21:25:07 2015 +0200
Committer: jani <ja...@apache.org>
Committed: Sat Jul 18 21:25:07 2015 +0200

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/60e7f162/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a8ef086..4d6a82c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -62,5 +62,5 @@ add_subdirectory(DocFormats)
 add_subdirectory(consumers/dftest/src)
 add_subdirectory(consumers/dfconvert/src)
 add_subdirectory(consumers/dfutil/src)
-add_subdirectory(consumers/corinthia/src)
+## experimentel for now: add_subdirectory(consumers/corinthia/src)
 add_subdirectory(experiments/flat/src)