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?
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest