Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Knut resource converter
Qt 6.11 is out! See what's new in the release blog

Knut resource converter

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 1.1k 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.
  • Y Offline
    Y Offline
    yurim
    wrote on last edited by
    #1

    Hi every body,
    my compliments for the community.
    I have to translate some source code from C# to Qt. I found a tool named Knut and with it my work may me easier.
    For install this tools it's tutorial say this:

    1_ cd knut-version # directory was created by tar
    2_ qmake knut.pro # generate all the Makefiles
    3_ nmake # (of course QTDIR must be set)

    step 1 and step 2 are ok. When i try to write nmake in the cmd i have the following problem:
    C:\knut\knut-1.0.1>nmake

    Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
    Copyright (C) Microsoft Corporation. All rights reserved.

        cd extractor\ && ( if not exist Makefile C:\Qt\Qt5.1.1\5.1.1\msvc2010_op
    

    engl\bin\qmake.exe C:\knut\knut-1.0.1\extractor\extractor.pro -o Makefile ) && C
    :\knut\knut-1.0.1\nmake.exe -f Makefile

    Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
    Copyright (C) Microsoft Corporation. All rights reserved.

    NMAKE : fatal error U1073: don't know how to make '/usr/share/qt3/mkspecs/defaul
    t/qmake.conf'
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'
    Stop.

    Some one can help me?
    Thanks to all
    Yuri

    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