diff options
author | João Abecasis <joao@abecasis.name> | 2009-09-30 14:09:38 (GMT) |
---|---|---|
committer | João Abecasis <joao@abecasis.name> | 2009-09-30 15:15:56 (GMT) |
commit | ea533924ddc8a1f4d0c2d400aacee98aff952a00 (patch) | |
tree | 005b7946da9dc5725fedcfea0528a6d40d703ba1 /examples/qws | |
parent | 40909863e9eb17e0d0469ade608426dbbd08b43e (diff) | |
download | Qt-ea533924ddc8a1f4d0c2d400aacee98aff952a00.zip Qt-ea533924ddc8a1f4d0c2d400aacee98aff952a00.tar.gz Qt-ea533924ddc8a1f4d0c2d400aacee98aff952a00.tar.bz2 |
Cleaning up usage of examples/{examplebase,symbianpkgrules}.pri
examplebase.pri was renamed to symbianpkgrules, but some project files
were not updated to reflect the change.
Since it doesn't make sense to have this in non-portable examples, the
include is removed in those cases.
Reviewed-by: Espen Riskedal
Diffstat (limited to 'examples/qws')
-rw-r--r-- | examples/qws/ahigl/ahigl.pro | 2 | ||||
-rw-r--r-- | examples/qws/dbscreen/dbscreen.pro | 2 | ||||
-rw-r--r-- | examples/qws/framebuffer/framebuffer.pro | 2 | ||||
-rw-r--r-- | examples/qws/mousecalibration/mousecalibration.pro | 2 | ||||
-rw-r--r-- | examples/qws/qws.pro | 2 | ||||
-rw-r--r-- | examples/qws/svgalib/svgalib.pro | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/examples/qws/ahigl/ahigl.pro b/examples/qws/ahigl/ahigl.pro index c831335..1ee8e6e 100644 --- a/examples/qws/ahigl/ahigl.pro +++ b/examples/qws/ahigl/ahigl.pro @@ -7,8 +7,6 @@ TARGET = qahiglscreen target.path = $$[QT_INSTALL_PLUGINS]/gfxdrivers INSTALLS += target -include($$QT_SOURCE_TREE/examples/examplebase.pri) - HEADERS = qwindowsurface_ahigl_p.h \ qscreenahigl_qws.h diff --git a/examples/qws/dbscreen/dbscreen.pro b/examples/qws/dbscreen/dbscreen.pro index 86152ab..172a02a 100644 --- a/examples/qws/dbscreen/dbscreen.pro +++ b/examples/qws/dbscreen/dbscreen.pro @@ -5,8 +5,6 @@ TARGET = dbscreen target.path += $$[QT_INSTALL_PLUGINS]/gfxdrivers INSTALLS += target -include($$QT_SOURCE_TREE/examples/examplebase.pri) - HEADERS = dbscreen.h SOURCES = dbscreendriverplugin.cpp \ dbscreen.cpp diff --git a/examples/qws/framebuffer/framebuffer.pro b/examples/qws/framebuffer/framebuffer.pro index 3fd0975..f9fe850 100644 --- a/examples/qws/framebuffer/framebuffer.pro +++ b/examples/qws/framebuffer/framebuffer.pro @@ -9,5 +9,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qws/framebuffer sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS framebuffer.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qws/framebuffer INSTALLS += target sources - -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) diff --git a/examples/qws/mousecalibration/mousecalibration.pro b/examples/qws/mousecalibration/mousecalibration.pro index fc1c469..bd31853 100644 --- a/examples/qws/mousecalibration/mousecalibration.pro +++ b/examples/qws/mousecalibration/mousecalibration.pro @@ -9,5 +9,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qws/mousecalibration sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qws/mousecalibration INSTALLS += target sources - -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) diff --git a/examples/qws/qws.pro b/examples/qws/qws.pro index 48c59c1..95e1b44 100644 --- a/examples/qws/qws.pro +++ b/examples/qws/qws.pro @@ -7,5 +7,3 @@ SUBDIRS += mousecalibration simpledecoration sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS README *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qws INSTALLS += sources - -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) diff --git a/examples/qws/svgalib/svgalib.pro b/examples/qws/svgalib/svgalib.pro index 3ab5a19..8a47c1d 100644 --- a/examples/qws/svgalib/svgalib.pro +++ b/examples/qws/svgalib/svgalib.pro @@ -7,8 +7,6 @@ TARGET = svgalibscreen target.path = $$[QT_INSTALL_PLUGINS]/gfxdrivers INSTALLS += target -include($$QT_SOURCE_TREE/examples/examplebase.pri) - HEADERS = svgalibscreen.h \ svgalibpaintengine.h \ svgalibsurface.h \ |