[Interest] Couldn't find .pro file
Igor Mironchik
imironchick at gmail.com
Thu Aug 16 15:08:32 CEST 2012
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
with:
TEMPLATE = app
TARGET = QListViewClient
DESTDIR = ../..
DEPENDPATH += . ../..
INCLUDEPATH += . ../..
CONFIG += windows qt
QT += network gui
Any ideas?
More information about the Interest
mailing list