Skip to content

Instantly share code, notes, and snippets.

@guitorri
Last active August 29, 2015 13:57
Show Gist options
  • Save guitorri/9475078 to your computer and use it in GitHub Desktop.
Save guitorri/9475078 to your computer and use it in GitHub Desktop.
Select Qt tool to be build.
diff --git a/Makefile.in b/Makefile.in
index 9ea401d..c12b406 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -78,7 +78,7 @@ omoptimbasis: mkbuilddirs
$(MAKE) -C OMOptimBasis/build -f Makefile.unix
endif
-qtclients: @OMNOTEBOOK@ omshell omedit omplot omoptim omoptimbasis
+qtclients: @OMNOTEBOOK@ omshell omedit omplot #omoptim omoptimbasis
qtclean: qtclean-common
$(MAKE) -C OMShell/OMShellGUI -f Makefile.unix clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment