On Saturday 27 March 2010  23:01, Sebastian Moors wrote :
> - It would be nice if one could select if the output is a bundle or a 
> normal application
maybe necessary to add the below within gui/CMakeLists.txt ??

IFDEF(WANT_BUNDLE)
    ADD_EXECUTABLE(hydrogen WIN32 MACOSX_BUNDLE ${hydrogen_SRCS} 
${hydrogen_MOC} ${hydrogen_UIS_H})
ELSE()
    ADD_EXECUTABLE(hydrogen WIN32 ${hydrogen_SRCS} ${hydrogen_MOC} 
${hydrogen_UIS_H})
ENDIF()

-- 
Jérémy Zurcher
av General Guisan
1400 Yveron-les-bains
+41 (0) 79 599 84 27


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Hydrogen-devel mailing list
Hydrogen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to