Locate the Qt headers file
-
I have downloaded a game engine, in this game engine there are files with "Includes" these includes are QT headers, but i am unable to find the directory of these headers one per one because it takes too much time, there are too many files
there is a way to include the file, and make the IDE locate all headers in a folder and subfolders?
there is a way to solve this situation?
there is a documentantion saying which folder i can find each QT header file? -
Hi and welcome to devnet,
What IDE are you using ? How did you install Qt ? Since the game engine uses Qt, you should also use a Qt project, this way the paths will be setup for you
-
I am using visual studio 2010 pro.
Can you help me? Do you have skype or facebook?
i installed the QT5 for msvc 2010 and qt addin -
What exact version of Qt did you install ?
What game engine is it ? -
is the lastest QT 5 version
is a game engine source code that i found on internet, actually i am using to learn
https://github.com/juniordiscart/RPGMaker/tree/master/Sourcecode