summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorer.pro
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-01-28 12:56:56 +0100
committerTobias Hunger <tobias.hunger@digia.com>2013-01-28 14:46:47 +0100
commit7a70b4f1352b17ed49705345ab61c834f041ffb3 (patch)
treee2916509210dafdded123da7519f9a9bf8a6f558 /src/plugins/projectexplorer/projectexplorer.pro
parent3e7d00749f091d26f9a2099ca1791bf3a88576db (diff)
downloadqt-creator-7a70b4f1352b17ed49705345ab61c834f041ffb3.tar.gz
LocalApplicationRC: Rename files to localapplicationrunconfiguration.(h|cpp)
I ran once too often into them being called applicationrunconfiguration.(h|cpp)! Change-Id: I280a3280173b80d4d955faddedf11688786eee14 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorer.pro')
-rw-r--r--src/plugins/projectexplorer/projectexplorer.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/projectexplorer.pro b/src/plugins/projectexplorer/projectexplorer.pro
index e74a1b3888..ed9c7cd0aa 100644
--- a/src/plugins/projectexplorer/projectexplorer.pro
+++ b/src/plugins/projectexplorer/projectexplorer.pro
@@ -13,6 +13,7 @@ HEADERS += projectexplorer.h \
abiwidget.h \
clangparser.h \
gcctoolchain.h \
+ localapplicationrunconfiguration.h \
projectexplorer_export.h \
projectwindow.h \
removetaskhandler.h \
@@ -66,7 +67,6 @@ HEADERS += projectexplorer.h \
editorsettingspropertiespage.h \
runconfiguration.h \
applicationlauncher.h \
- applicationrunconfiguration.h \
runsettingspropertiespage.h \
projecttreewidget.h \
foldernavigationwidget.h \
@@ -136,6 +136,7 @@ SOURCES += projectexplorer.cpp \
abiwidget.cpp \
clangparser.cpp \
gcctoolchain.cpp \
+ localapplicationrunconfiguration.cpp \
projectwindow.cpp \
removetaskhandler.cpp \
kit.cpp \
@@ -182,7 +183,6 @@ SOURCES += projectexplorer.cpp \
editorsettingspropertiespage.cpp \
runconfiguration.cpp \
applicationlauncher.cpp \
- applicationrunconfiguration.cpp \
runsettingspropertiespage.cpp \
projecttreewidget.cpp \
foldernavigationwidget.cpp \