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. Problem opening a .pro file in Qt creator: Program stops responding
Forum Updated to NodeBB v4.3 + New Features

Problem opening a .pro file in Qt creator: Program stops responding

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 2.0k 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.
  • M Offline
    M Offline
    mcguirk
    wrote on last edited by
    #1

    Hello,
    I am trying to get the Tiled Map Editor source (downloaded here: https://github.com/bjorn/tiled) to open in Qt Creator on Windows7 SP1 64-bit. The problem I have is that after attempting to open the root project (by either double clicking the .pro file or doing a File->Open in the App itself) Qt Creator stops responding and just hangs. I have left it as long as 6 minutes with no response.

    I did some experimenting and found that the problem seems to be related to the src/src.pro file referencing the src/tiled/tiled.pro file.

    For reference I have inlined the src/src.pro contents:
    TEMPLATE = subdirs
    CONFIG += ordered

    SUBDIRS = libtiled tiled plugins
    tmxviewer
    automappingconverter

    I can load src/tiled/tiled.pro alone perfectly fine, with no noticeable delay.
    But loading src/src.pro alone has the same problem as tiled.pro, the application hangs indefinitely and stops responding.

    As an experiment, I tried removing "tiled" from the SUBDIRS list in src.pro. The problem went away, but of course, the tiled project was not loaded.
    I also tried removing everything from SUBDIRS except tiled, and the problem remained.

    Has anyone else run into this or a similar issue and/or found a solution?

    I have started a similar thread on the Tiled mailing list: https://groups.google.com/forum/?fromgroups=#!topic/mapeditor/QvnGKVT95x8

    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