diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:14:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:14:09 +0900 |
commit | 51ca8912ec8e73340858759eca7dcfb8ef360e95 (patch) | |
tree | 21b57d5bb83ceabe8fb94527606b8d40934c0baa | |
parent | d55333fd7b3fb17c0507f4161dc818c8e13753be (diff) | |
download | qt4-tqt-theme-engine-51ca8912ec8e73340858759eca7dcfb8ef360e95.tar.gz qt4-tqt-theme-engine-51ca8912ec8e73340858759eca7dcfb8ef360e95.zip |
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
-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 b3caed5..1a1ccf5 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 -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -CXXFLAGS = -pipe -g -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT +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 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 |