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. Compiling testcon
Qt 6.11 is out! See what's new in the release blog

Compiling testcon

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

    hi
    i have vs 2008 and qt 4.7.1
    i want to compile testcon tools , but it get me error
    what should i do?
    i need to compile testcon
    @1>------ Build started: Project: testcon, Configuration: Debug Win32 ------
    1>Compiling...
    1>mainwindow.cpp
    1>invokemethod.cpp
    1>changeproperties.cpp
    1>d:\qt\4.7.1\include\activeqt../../src/activeqt/container/qaxselect.h(47) : fatal error C1083: Cannot open include file: 'ui_qaxselect.h': No such file or directory
    1>d:\qt\4.7.1\include\activeqt../../src/activeqt/container/qaxselect.h(47) : fatal error C1083: Cannot open include file: 'ui_qaxselect.h': No such file or directory
    1>d:\qt\4.7.1\include\activeqt../../src/activeqt/container/qaxselect.h(47) : fatal error C1083: Cannot open include file: 'ui_qaxselect.h': No such file or directory
    1>Build log was saved at "file://d:\Qt\4.7.1\tools\activeqt\testcon\tmp\obj\debug_shared\BuildLog.htm"
    1>testcon - 3 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    @
    and i need to have the latest testcon code

    www.kitten.mihanblog.com

    1 Reply Last reply
    0
    • P Offline
      P Offline
      p-himik
      wrote on last edited by
      #2

      ui_*.h files are usually generated by uic.exe from your Qt's path. It seems that for some reason your VS didn't run this tool.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        saidiahd
        wrote on last edited by
        #3

        hi , it is clear that VS2008 cannot find the .h ( headers ) of your project , so you should spicify the location of each one or make them in the same folder that containe the .c/.c++ files .it will work :)

        "Learn from yesterday, live for today, hope for tomorrow." - Albert Einstein -

        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