aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt/winrt.pro
blob: 1d6a7608fe164f0b377fbe9ed4e579b1dc5b7010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
include(../../qtcreatorplugin.pri)

HEADERS += \
    winrtconstants.h \
    winrtdebugsupport.h \
    winrtdeployconfiguration.h \
    winrtdevice.h \
    winrtpackagedeploymentstep.h \
    winrtphoneqtversion.h \
    winrtplugin.h \
    winrtqtversion.h \
    winrtrunconfiguration.h \
    winrtruncontrol.h \
    winrtrunnerhelper.h

SOURCES += \
    winrtdebugsupport.cpp \
    winrtdeployconfiguration.cpp \
    winrtdevice.cpp \
    winrtpackagedeploymentstep.cpp \
    winrtphoneqtversion.cpp \
    winrtplugin.cpp \
    winrtqtversion.cpp \
    winrtrunconfiguration.cpp \
    winrtruncontrol.cpp \
    winrtrunnerhelper.cpp

DEFINES += WINRT_LIBRARY

RESOURCES += \
    winrt.qrc