> -----Original Message----- > From: [email protected] [mailto:qt- > [email protected]] On Behalf Of ext > Thomas Meyer > Sent: Monday, May 16, 2011 12:53 AM > To: [email protected] > Subject: [Qt-creator] Couldn't find documentation for RELATIVEPATH in .pro > > Hi, > in the file: > qt-creator-2.2.0- > src\src\libs\extensionsystem\test\manual\pluginview\test.pro > there is: > ... > TEMPLATE = app > > macx:CONFIG-=app_bundle > > # Input > HEADERS += plugindialog.h > SOURCES += plugindialog.cpp > > RELATIVEPATH = ../.. > include(../../extensionsystem_test.pri) > ... > > > I can't find any info for 'RELATIVEPATH' and I can't find the file > 'extensionsystem_test.pri'
I don't thing RELATIVEPATH has any intrinsic meaning . extensionsystem_test.pri got removed last November in commit 71fd308c, "Move extension system auto tests". > Is it a odd ends? Yes, seems like :) Auto-tests for the extensionsystem are nowadays at $CREATORDIR/tests/auto/extensionsystem. The content of src/libs/extensionsystem/test/manual seems pretty dead. Regards Kai > Thomas > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt-creator _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
