Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.0
-
None
Description
with
SUBDIRS = mysubdir
in the .pro file, and a single subdirs .pro file
mysubdir/someothernamed.pro
on the file system, qmake generates a makefile that refers to mysubdir/mysubdir.pro
See e.g. qt/src/plugins/sqldrivers/sqldrivers.pro and the sqlite2 subdir.