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. How to locate Qt log files
Forum Updated to NodeBB v4.3 + New Features

How to locate Qt log files

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 1.3k Views
  • 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.
  • J Offline
    J Offline
    JacobNovitsky
    wrote on last edited by
    #1

    I want to check Qt Creator log, but could not locate one
    Need to solve my previous topic issue:
    https://forum.qt.io/topic/153544/qt-creator-ubuntu-v12-qt6-x86-64-gcc/3?_=1707013712902

    C 1 Reply Last reply
    0
    • J JacobNovitsky

      I want to check Qt Creator log, but could not locate one
      Need to solve my previous topic issue:
      https://forum.qt.io/topic/153544/qt-creator-ubuntu-v12-qt6-x86-64-gcc/3?_=1707013712902

      C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      @JacobNovitsky

      Need to solve my previous topic issue:

      Then do not start another thread without engaging with the first thread you you started.

      I want to check Qt Creator log, but could not locate one

      Qt Creator does not have a log file that is likely to help with your original problem. It does have an internal logging facility that you can see. It is documented and also the first hit on a Google search for me.
      When Qt Creator builds a project all the compiler and linker output is presented to you in the "Compile Output" tab in the IDE. When Qt Creator runs a project's built executable then all the output that process send to the the standard streams goes either in to the "Application output" tab in the IDE, or into the separate terminal that was launched to start the program.

      How to locate Qt log files

      Qt is a library and it does not have a log file.
      A Qt-based application may use Qt library functions to generate a log file, but that is up to the application.

      1 Reply Last reply
      4

      • Login

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