diff options
Diffstat (limited to 'examples/declarative/proxyviewer/proxyviewer.pro')
-rw-r--r-- | examples/declarative/proxyviewer/proxyviewer.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/declarative/proxyviewer/proxyviewer.pro b/examples/declarative/proxyviewer/proxyviewer.pro new file mode 100644 index 0000000..b6bfa7f --- /dev/null +++ b/examples/declarative/proxyviewer/proxyviewer.pro @@ -0,0 +1,9 @@ +TEMPLATE = app +TARGET = proxyviewer +DEPENDPATH += . +INCLUDEPATH += . +QT += declarative network + +# Input +SOURCES += main.cpp +RESOURCES += proxyviewer.qrc |