16.08.2012, 17:08, "Igor Mironchik" <imironch...@gmail.com>: > Hi, > > can anybody explain me why QtCreator (qmake too) couldn't find .pro file > in subdirrectory? > > QtCreator said that there is no .pro file in qlistview_client > subdirectory. When > > samples.pro is: > > TEMPLATE = subdirs > > SUBDIRS = server \ > qlistview_client > > And there is QListViewClient.pro file in the qlistview_client directory
That's simple: it is not called qlistview_client.pro so it does not exist :) You can work it around by setting qlistview_client.file - see qmake documantation (about SUBDIRS) for more details -- Regards, Konstantin _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest