diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:41 +0900 |
commit | 67bc284c98c2f3daf98cec39bedbcf9ecde751e8 (patch) | |
tree | 2c34ce26b3173ed32a2dbe6a122051e710a4f977 /examples/tqt3reference/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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/tqt3reference/Makefile')
-rw-r--r-- | examples/tqt3reference/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tqt3reference/Makefile b/examples/tqt3reference/Makefile index e1e5369..eacb396 100644 --- a/examples/tqt3reference/Makefile +++ b/examples/tqt3reference/Makefile @@ -12,8 +12,8 @@ CC = gcc CXX = g++ LEX = flex YACC = yacc -CFLAGS = -pipe -g -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DTQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -CXXFLAGS = -pipe -g -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DTQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT +CFLAGS = -pipe -g -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -O2 -D_REENTRANT -DTQT_NO_DEBUG -DTQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT +CXXFLAGS = -pipe -g -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -O2 -D_REENTRANT -DTQT_NO_DEBUG -DTQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT LEXFLAGS = YACCFLAGS= -d INCPATH = -I/usr/share/tqt3/mkspecs/default -I. -I/usr/include/tqt3 -I/usr/include/tqt -I/opt/trinity/include -I/usr/include/tqt3 |