aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt/winrt.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-03-13 12:32:17 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-03-13 14:38:14 +0100
commit8f1b78bf8acf1aa3ae5ee9c7598294f5656c4960 (patch)
tree6237c9c39559769fc359b9abe07905136f752372 /src/plugins/winrt/winrt.pro
parentd035dbb1840dac41733e0b23c21240112e14d376 (diff)
WinRt: add windeployqt configuration widget
A simple line edit to display or change the arguments that are passed to windeployqt. Task-number: QTCREATORBUG-11693 Change-Id: I059f5c2af3fce17f9f8463ecfa2af91f21ffe6d8 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com> Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Diffstat (limited to 'src/plugins/winrt/winrt.pro')
-rw-r--r--src/plugins/winrt/winrt.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/winrt/winrt.pro b/src/plugins/winrt/winrt.pro
index 85c18c7c06a..f86adb8fcd5 100644
--- a/src/plugins/winrt/winrt.pro
+++ b/src/plugins/winrt/winrt.pro
@@ -6,6 +6,7 @@ HEADERS += \
winrtdevice.h \
winrtdevicefactory.h \
winrtpackagedeploymentstep.h \
+ winrtpackagedeploymentstepwidget.h \
winrtphoneqtversion.h \
winrtplugin.h \
winrtqtversion.h \
@@ -20,6 +21,7 @@ SOURCES += \
winrtdevice.cpp \
winrtdevicefactory.cpp \
winrtpackagedeploymentstep.cpp \
+ winrtpackagedeploymentstepwidget.cpp \
winrtphoneqtversion.cpp \
winrtplugin.cpp \
winrtqtversion.cpp \
@@ -32,4 +34,5 @@ SOURCES += \
DEFINES += WINRT_LIBRARY
FORMS += \
+ winrtpackagedeploymentstepwidget.ui \
winrtrunconfigurationwidget.ui