Add comments to example pro file to explain how to include pri
authorJørgen Lind <jorgen.lind@nokia.com>
Wed, 7 Dec 2011 09:01:39 +0000 (10:01 +0100)
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>
Wed, 7 Dec 2011 09:33:42 +0000 (10:33 +0100)
Change-Id: Ic5cb0aff2bf70158905a8d6c4487670ce76c9355
Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
examples/qml-compositor/qml-compositor.pro
examples/qwidget-compositor/qwidget-compositor.pro
examples/qwindow-compositor/qwindow-compositor.pro

index 0295ded..7a564d2 100644 (file)
@@ -12,6 +12,10 @@ QT += quick v8
 QT += quick-private
 
 QT += compositor
+
+#  if you want to compile QtCompositor as part of the application
+#  instead of linking to it, remove the QT += compositor and uncomment
+#  the following line
 #include (../../src/compositor/compositor.pri)
 
 # Input
index 409930a..5637989 100644 (file)
@@ -6,6 +6,9 @@ INCLUDEPATH += .
 # comment out the following to not use pkg-config in the pri files
 CONFIG += use_pkgconfig
 
+#  if you want to compile QtCompositor as part of the application
+#  instead of linking to it, remove the QT += compositor and uncomment
+#  the following line
 #include (../../src/qt-compositor/qt-compositor.pri)
 
 # Input
index e154ad9..b3e7ffb 100644 (file)
@@ -22,6 +22,10 @@ MOC_DIR = .moc/release-shared
 QT += gui
 
 QT += compositor
+
+#  if you want to compile QtCompositor as part of the application
+#  instead of linking to it, remove the QT += compositor and uncomment
+#  the following line
 #include(../../src/compositor/compositor.pri)
 
 HEADERS += \