[Interest] Couldn't find .pro file

Konstantin Tokarev annulen at yandex.ru
Thu Aug 16 15:11:32 CEST 2012



16.08.2012, 17:08, "Igor Mironchik" <imironchick at 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



More information about the Interest mailing list