summaryrefslogtreecommitdiff
path: root/examples/activeqt/opengl/opengl.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-01-15 22:17:52 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 13:10:01 +0100
commitb29f51357b4d18f33f5d522994aeff149737b358 (patch)
tree4c71185e39afc5a30b483b56cc1c96136196396f /examples/activeqt/opengl/opengl.pro
parent6e55d96d899b78d17de022f2e1d93f210ff7a1d0 (diff)
downloadqtactiveqt-b29f51357b4d18f33f5d522994aeff149737b358.tar.gz
whitespace fixes
expand tabs, fix indentation, remove trailing whitespace. Change-Id: Ibec1bbad9e8faff81671ce9d1c7bb4fb9b340bb9 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'examples/activeqt/opengl/opengl.pro')
-rw-r--r--examples/activeqt/opengl/opengl.pro12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/activeqt/opengl/opengl.pro b/examples/activeqt/opengl/opengl.pro
index 1cdd707..47693f4 100644
--- a/examples/activeqt/opengl/opengl.pro
+++ b/examples/activeqt/opengl/opengl.pro
@@ -1,14 +1,14 @@
TEMPLATE = app
-TARGET = openglax
+TARGET = openglax
CONFIG += warn_off
QT += widgets axserver opengl
-HEADERS = glbox.h \
- globjwin.h
-SOURCES = glbox.cpp \
- globjwin.cpp \
- main.cpp
+HEADERS = glbox.h \
+ globjwin.h
+SOURCES = glbox.cpp \
+ globjwin.cpp \
+ main.cpp
RC_FILE = opengl.rc