summaryrefslogtreecommitdiffstats
path: root/examples/unstyledwindow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/unstyledwindow/Makefile')
-rw-r--r--examples/unstyledwindow/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/unstyledwindow/Makefile b/examples/unstyledwindow/Makefile
index e9d5f39..54ffd33 100644
--- a/examples/unstyledwindow/Makefile
+++ b/examples/unstyledwindow/Makefile
@@ -10,7 +10,7 @@
CC = gcc
CXX = g++
-DEFINES = -DQT_WEBKIT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
+DEFINES = -DQT_WEBKIT -DTQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
CXXFLAGS = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I.