Compile fix on Mac OS X
authorBradley T. Hughes <bradley.hughes@nokia.com>
Tue, 30 Aug 2011 12:19:52 +0000 (14:19 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 30 Aug 2011 13:27:19 +0000 (15:27 +0200)
The file is called shapeitem.cpp (lowercase i), not shapeItem.cpp (with
uppercase I)

Change-Id: I0dd230158cf8c8323bfa779901475535e7c7d694
Reviewed-on: http://codereview.qt.nokia.com/3883
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
examples/widgets/tooltips/tooltips.pro

index ab0c98e..823fa0e 100644 (file)
@@ -1,7 +1,7 @@
 HEADERS       = shapeitem.h \
                 sortingbox.h
 SOURCES       = main.cpp \
-                shapeItem.cpp \
+                shapeitem.cpp \
                 sortingbox.cpp
 RESOURCES     = tooltips.qrc