qmlFrontend/qmlFrontend.pro
branchqmlfrontend
changeset 10420 02c573d19224
parent 10416 1c301054694d
child 10422 4cf23d4c7624
--- a/qmlFrontend/qmlFrontend.pro	Sun Sep 21 00:37:50 2014 +0400
+++ b/qmlFrontend/qmlFrontend.pro	Mon Sep 22 02:10:39 2014 +0400
@@ -13,7 +13,8 @@
 
 # The .cpp file which was generated for your project. Feel free to hack it.
 SOURCES += main.cpp \
-    hwengine.cpp
+    hwengine.cpp \
+    previewimageprovider.cpp
 
 # Installation path
 # target.path =
@@ -25,7 +26,8 @@
 HEADERS += \
     qtquick2applicationviewer/qtquick2applicationviewer.h \
     hwengine.h \
-    flib.h
+    flib.h \
+    previewimageprovider.h
 
 OTHER_FILES += \
     qtquick2applicationviewer/qtquick2applicationviewer.pri \