tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

dependencies paths #139

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download eyedb open source src
   from http://www.eyedb.org/ 
2. unzip the file in a directory
3. make a eyedb-project with qmake -project
4. open the project in qdevelop
5. set the dependenties paths in the project properties:
   - all header files in INCLUDEPATH  src/eyedb
                                      src/eyebsm
                                      src/lib
                                      include/eyedb
                                      include/eyedblib
                                      include/eyebsm
                                      include/eyedb/internals
   - the same directory paths in DEPENDPATH 
What is the expected output? What do you see instead?
All needed headerfiles should be retrieve
i.s. only the header files under ./src are retrieved 

What version of the product are you using? On what operating system?
Qdevelop 2.7.10

Please provide any additional information below.

Original issue reported on code.google.com by coppeja...@gmail.com on 31 May 2007 at 9:50

GoogleCodeExporter commented 8 years ago
This application does not support the qmake build-system. What you did (qmake
-project) is a first step towards making a pro file which will build that 
project.
Finishing that pro file should not be that hard. 

This is not a QDevelop problem, but the application's problem (they do not have
support for qmake-qt4). Closing as invalid.

Original comment by cucoma...@gmail.com on 20 Jul 2007 at 2:59