Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Call for Presentations - Qt World Summit

    QtKeywords and signal/slots

    Installation and Deployment
    1
    1
    1325
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      giuseppe500 last edited by

      hello.
      I'm installed the qt 4.8 and i have a problem in compile:
      this is my command line :
      %QTDIR%\bin\moc.exe [QtMocNoWarnings] [QtCoreLib] [QtShared] [QtThread] [QtUnicode] [QtLargeFile] [QtKeywords] [QtOpenGLLib] [QtNoDebug] [QtGuiLib] -DWIN32 -D_MSC_VER=1500 -DWIN32 [Inputs] -o"$(IntDir)$(InputName)[QtMocPfx].cpp" && cl.exe $(IntDir)$(InputName)[QtMocPfx].cpp [QtCommandLine] /Fo"$(IntDir)$(InputName)[QtMocPfx].obj"
      if i compile with this the signal/slot mechanism don't work .
      If i remove this:
      [QtKeywords]
      all works fine!
      why?
      i use visual studio 2008 and 2010.

      thanks

      1 Reply Last reply Reply Quote 0
      • First post
        Last post