← Back to team overview

mira-dev team mailing list archive

[Branch ~mira-dev/mira/trunk] Rev 184: Adding flag so the windows client does not start a command prompt (fully graphical).

 

------------------------------------------------------------
revno: 184
committer: thurston <thurston@thurston-laptop>
branch nick: trunk
timestamp: Sun 2009-10-25 17:13:43 -0700
message:
  Adding flag so the windows client does not start a command prompt (fully graphical).
modified:
  mira-client/CMakeLists.txt


--
lp:mira
https://code.launchpad.net/~mira-dev/mira/trunk

Your team Mira Core Development Team is subscribed to branch lp:mira.
To unsubscribe from this branch go to https://code.launchpad.net/~mira-dev/mira/trunk/+edit-subscription.
=== modified file 'mira-client/CMakeLists.txt'
--- mira-client/CMakeLists.txt	2009-03-20 18:02:38 +0000
+++ mira-client/CMakeLists.txt	2009-10-26 00:13:43 +0000
@@ -56,7 +56,7 @@
 SET (CMAKE_RUNTIME_OUTPUT_DIRECTORY "bin")
 
 # add our target
-ADD_EXECUTABLE (${CLIENT_BINARY_NAME} ${SOURCES} ${MOC_OUTPUT} ${MIRA_RESOURCES}) 
+ADD_EXECUTABLE (${CLIENT_BINARY_NAME} WIN32 ${SOURCES} ${MOC_OUTPUT} ${MIRA_RESOURCES}) 
 
 # link
 TARGET_LINK_LIBRARIES (${CLIENT_BINARY_NAME} ${QT_LIBRARIES} ${Boost_LIBRARIES})