diff options
author | Oswald Buddenhagen <[email protected]> | 2012-02-21 16:09:30 +0100 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2012-02-24 05:18:30 +0100 |
commit | d91cf1e53b450483d92c50965fd3c33ab1da4300 (patch) | |
tree | b4fefc1e3cb6b740731cf927093bab8cc9010ff8 /examples/graphicsview/boxes | |
parent | 194899df2443c72ff38aaed9b1b26fc3a192a6f0 (diff) |
clean up qmake-generated projects
remove "header" and assignmets which are defaults or bogus,
reorder some assignments.
Change-Id: I67403872168c890ca3b696753ceb01c605d19be7
Reviewed-by: Rohan McGovern <[email protected]>
Diffstat (limited to 'examples/graphicsview/boxes')
-rw-r--r-- | examples/graphicsview/boxes/boxes.pro | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/examples/graphicsview/boxes/boxes.pro b/examples/graphicsview/boxes/boxes.pro index 176bc3a1cfa..0564ae0ba67 100644 --- a/examples/graphicsview/boxes/boxes.pro +++ b/examples/graphicsview/boxes/boxes.pro @@ -1,13 +1,5 @@ -###################################################################### -# Automatically generated by qmake (2.01a) ma 3. nov 17:33:30 2008 -###################################################################### - -TEMPLATE = app -TARGET = -DEPENDPATH += . -INCLUDEPATH += . +QT += opengl widgets -# Input HEADERS += 3rdparty/fbm.h \ glbuffers.h \ glextensions.h \ @@ -27,8 +19,6 @@ SOURCES += 3rdparty/fbm.c \ RESOURCES += boxes.qrc -QT += opengl widgets - # install target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/boxes sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.jpg *.png *.fsh *.vsh *.par |