summaryrefslogtreecommitdiff
path: root/src/plugins/cpaster/cpaster.qbs
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2012-05-16 21:17:22 +0300
committerChristian Kandeler <christian.kandeler@nokia.com>2012-05-18 07:55:40 +0200
commit123c5570cd67f938975316a9dd98139544009bbc (patch)
tree18cd81f38f6471e1f124876a02b4b31b0fb29ab9 /src/plugins/cpaster/cpaster.qbs
parentd5fdc08bd0d078bf83482056e4a175163b0593a5 (diff)
downloadqt-creator-123c5570cd67f938975316a9dd98139544009bbc.tar.gz
Fix qbs build
Change-Id: I0c2f11b5ad064d1c8e51000f6295ae23608d32bb Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/cpaster/cpaster.qbs')
-rw-r--r--src/plugins/cpaster/cpaster.qbs8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/plugins/cpaster/cpaster.qbs b/src/plugins/cpaster/cpaster.qbs
index fb57136f04..c3d596066d 100644
--- a/src/plugins/cpaster/cpaster.qbs
+++ b/src/plugins/cpaster/cpaster.qbs
@@ -26,6 +26,7 @@ QtcPlugin {
"columnindicatortextedit.cpp",
"columnindicatortextedit.h",
"cpasterconstants.h",
+ "cpasterplugin.cpp",
"cpasterplugin.h",
"fileshareprotocol.cpp",
"fileshareprotocol.h",
@@ -52,7 +53,8 @@ QtcPlugin {
"settingspage.cpp",
"settingspage.h",
"settingspage.ui",
- "cpasterplugin.cpp"
+ "urlopenprotocol.cpp",
+ "urlopenprotocol.h"
]
Group {
@@ -65,7 +67,3 @@ QtcPlugin {
]
}
}
-
-
-
-