summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@digia.com>2013-05-30 13:39:20 +0200
committerLasse Räihä <lasse.raiha@digia.com>2013-05-30 15:09:09 +0300
commite376f6135a2c01726057b11a5d59f62d9bf01f14 (patch)
treea1dbb651c9b5875bb16825534982aef160950265
parent1f5839fb3f2887a339d29d980235d5906c0cb540 (diff)
Windows compile fix
Change-Id: I35ab8292319639cb8fe217abc3f6df467a6cde17 Reviewed-by: Lasse Räihä <lasse.raiha@digia.com>
-rw-r--r--QtDemo/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtDemo/main.cpp b/QtDemo/main.cpp
index 8e7f608..d69a0ca 100644
--- a/QtDemo/main.cpp
+++ b/QtDemo/main.cpp
@@ -1,7 +1,7 @@
#include <QtGui/QGuiApplication>
#include "qtquick2applicationviewer.h"
#include <QQmlContext>
-#include <shaderfilereader.h>
+#include "shaderfilereader.h"
int main(int argc, char *argv[])
{