Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-1091

Can't open existing .pro project

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 3.2.0
    • 2.10.1 (rev.02)
    • General
    • None
    • Windows
    • de46f250c (dev)

    Description

      Describe the bug
      Opening .pro files doesn't work (Can't see any error logs)

      To Reproduce
      Steps to reproduce the behavior:

      • Go to Extensions->QtVsTools->Open qt project file
      • Select .pro file inside my project
      • ...
      • Nothing happens

      Expected behavior
      At least some logs

      P.S. Creation of the new qt project works properly
      P.P.S. Qt version is set

      .pro file content:

      QT       += core gui sql printsupport axcontainer
      
      greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
      
      CONFIG += c++17
      #CONFIG += qwt
      
      # You can make your code fail to compile if it uses deprecated APIs.
      # In order to do so, uncomment the following line.
      #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000    # disables all the APIs deprecated before Qt 6.0.0
      
      SOURCES += \
          main.cpp \
          mainwindow.cpp \
          numroom.cpp \
          pdf_cr.cpp \
          pdf_materials.cpp \
          adress.cpp \
          renderer/windowgraphicsview.cpp \
          room.cpp \
          spritecursor.cpp \
          windowsize2d.cpp \
          windowsize3d.cpp \
          changes.cpp \
          finaldimensions.cpp \
          form_window.cpp
      
      HEADERS += \
          adress.h \
          changes.h \
          finaldimensions.h \
          form_window.h \
          mainwindow.h \
          numroom.h \
          pdf_cr.h \
          pdf_materials.h \
          renderer/windowgraphicsview.h \
          room.h \
          spritecursor.h \
          windowsize2d.h \
          windowsize3d.h
      
      FORMS += \
          adress.ui \
          changes.ui \
          finaldimensions.ui \
          form_window.ui \
          mainwindow.ui \
          numroom.ui \
          pdf_cr.ui \
          pdf_materials.ui \
          room.ui \
          windowsize2d.ui \
          windowsize3d.ui
      
      # Default rules for deployment.
      qnx: target.path = /tmp/$${TARGET}/bin
      else: unix:!android: target.path = /opt/$${TARGET}/bin
      !isEmpty(target.path): INSTALLS += target
      
      RESOURCES += \
          img.qrc
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              ali.demiralp Ali Can Demiralp
              heimrich Karsten Heimrich
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes