aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlproject.h
diff options
context:
space:
mode:
authorKai Koehne <[email protected]>2010-02-03 09:13:23 +0100
committerKai Koehne <[email protected]>2010-02-03 09:13:53 +0100
commitd5326f37c0eb567bc943e3e99ca1b4445599b32b (patch)
treeda6c1e61617a4b4c9d67a14b07f027528a5b9ce3 /src/plugins/qmlprojectmanager/qmlproject.h
parent8577347446bf508454220293ebc26872c79dc37f (diff)
Pass library paths specified in .qmlproject file on to qmlviewer
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlproject.h')
-rw-r--r--src/plugins/qmlprojectmanager/qmlproject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlproject.h b/src/plugins/qmlprojectmanager/qmlproject.h
index b1dd6852287..b229221f196 100644
--- a/src/plugins/qmlprojectmanager/qmlproject.h
+++ b/src/plugins/qmlprojectmanager/qmlproject.h
@@ -186,6 +186,7 @@ public:
QDir projectDir() const;
QStringList files() const;
+ QStringList libraryPaths() const;
private slots:
void refreshProjectFile();