summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/eglintegration.pro
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2010-07-19 12:32:08 (GMT)
committerPaul Olav Tvete <paul.tvete@nokia.com>2010-07-19 12:32:08 (GMT)
commit680e7b8fb3b675842a69fb65024942fe838a8dd2 (patch)
treed1b588e71a6e9dea60f006fb1110be66a69093e8 /src/plugins/platforms/eglfs/eglintegration.pro
parentdf6549d1b95af017305744af04a7bb3b10025660 (diff)
parente97e3616a33ed93283157514c6b208e071aca8be (diff)
downloadQt-680e7b8fb3b675842a69fb65024942fe838a8dd2.zip
Qt-680e7b8fb3b675842a69fb65024942fe838a8dd2.tar.gz
Qt-680e7b8fb3b675842a69fb65024942fe838a8dd2.tar.bz2
Merge remote branch 'remotes/lighthouse/4.7' into lighthouse-master
Conflicts: src/opengl/qgl_p.h
Diffstat (limited to 'src/plugins/platforms/eglfs/eglintegration.pro')
-rw-r--r--src/plugins/platforms/eglfs/eglintegration.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/plugins/platforms/eglfs/eglintegration.pro b/src/plugins/platforms/eglfs/eglintegration.pro
new file mode 100644
index 0000000..7cd2f05
--- /dev/null
+++ b/src/plugins/platforms/eglfs/eglintegration.pro
@@ -0,0 +1,14 @@
+TARGET = eglintegration
+TEMPLATE = lib
+CONFIG += plugin
+
+QT += opengl
+
+SOURCES = main.cpp \
+ eglintegration.cpp \
+ ../eglconvenience/qeglconvenience.cpp
+HEADERS = eglintegration.h \
+ ../eglconvenience/qeglconvenience.h
+
+target.path += $$[QT_INSTALL_PLUGINS]/platforms
+INSTALLS += target