Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt 5.3 adding @debug/mocinclude.tmp to the MOC.exe in windows port

Qt 5.3 adding @debug/mocinclude.tmp to the MOC.exe in windows port

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 941 Views 1 Watching
  • 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.
  • U Offline
    U Offline
    umen242
    wrote on last edited by
    #1

    i try to port mac application to windows , using Qt 5.3 windows 7 and visual studio 2012 . i done several simple projects and all worked fine .
    but now i try to port mac application after creating with qmake the VS sulotion
    im getting this MOC.exe error :

    @D:\Qt\Qt5.3.0\5.3\msvc2012_opengl\bin\moc.exe -DUNICODE -DWIN32 -DQT_NO_KEYWORDS -DCC_TARGET_QT5 -DUSE_FILE32API -DCC_KEYBOARD_SUPPORT -D__QT__ -DCC_UNDER_QT -DCOCOS2D_DEBUG=1 -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_MSC_VER=1700 -D_WIN32 @debug/mocinclude.tmp ....\cocos\2d\platform\qt\CCApplication.h -o debug\moc_CCApplication.cpp

    MOC ..\..\cocos\2d\platform\qt\CCApplication.h
    1>  moc: Cannot open options file specified with'@'
    1>  QCommandLineParser: argument list cannot be empty, it should contain at least the executable name 
    

    @

    when i remove in the command line the @debug/mocinclude.tmp and execute the moc.exe , it generate me the file.

    what is wrong here and what im missing ?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved