summaryrefslogtreecommitdiffstats
path: root/examples/unstyledwindow/Makefile
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:41 +0900
commit67bc284c98c2f3daf98cec39bedbcf9ecde751e8 (patch)
tree2c34ce26b3173ed32a2dbe6a122051e710a4f977 /examples/unstyledwindow/Makefile
parent929763a06421c6c137f0433f967a3a47ede7c5b8 (diff)
downloadqt4-tqt-theme-engine-67bc284c98c2f3daf98cec39bedbcf9ecde751e8.tar.gz
qt4-tqt-theme-engine-67bc284c98c2f3daf98cec39bedbcf9ecde751e8.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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.