diff options
author | Michele Calgaro <[email protected]> | 2018-10-17 19:46:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-17 19:46:41 +0900 |
commit | 67bc284c98c2f3daf98cec39bedbcf9ecde751e8 (patch) | |
tree | 2c34ce26b3173ed32a2dbe6a122051e710a4f977 /examples/stylewindow/Makefile | |
parent | 929763a06421c6c137f0433f967a3a47ede7c5b8 (diff) | |
download | qt4-tqt-theme-engine-67bc284c98c2f3daf98cec39bedbcf9ecde751e8.tar.gz qt4-tqt-theme-engine-67bc284c98c2f3daf98cec39bedbcf9ecde751e8.zip |
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/stylewindow/Makefile')
-rw-r--r-- | examples/stylewindow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stylewindow/Makefile b/examples/stylewindow/Makefile index a9dd2db..61126ff 100644 --- a/examples/stylewindow/Makefile +++ b/examples/stylewindow/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. |