Update README.md
authorKevron Rees <tripzero.kev@gmail.com>
Thu, 26 Mar 2015 16:31:09 +0000 (09:31 -0700)
committerKevron Rees <tripzero.kev@gmail.com>
Thu, 26 Mar 2015 16:31:09 +0000 (09:31 -0700)
README.md

index 3b61412..7f5caaa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ rpmbuild [options] packaging/automotive-message-broker.spec
 ## Running with the Qt mainloop:
 
 Some source and sink plugins may want to use the Qt-based mainloop to take advantage of Qt features. To enable
-the Qt mainloop, run cmake with -Duse_qtcore=On:
+the Qt mainloop, run cmake with -Dqtmainloop=On:
 
 ~~~~~~~~~~~~~{.bash}
 cmake .. -Dqtmainloop=On