diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:58 +0900 |
commit | 4f55ea0fcee52e34a720ad5e6bc02d7a6ecb762d (patch) | |
tree | 03ed3e3ebdf9336503c863a6605c35669d55a2da /umbrello/uml.kdevprj | |
parent | 4d92e84e908449a3ad39dcd62bfe79a217fa568b (diff) | |
download | tdesdk-4f55ea0fcee52e34a720ad5e6bc02d7a6ecb762d.tar.gz tdesdk-4f55ea0fcee52e34a720ad5e6bc02d7a6ecb762d.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'umbrello/uml.kdevprj')
-rw-r--r-- | umbrello/uml.kdevprj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/uml.kdevprj b/umbrello/uml.kdevprj index 6f584c8d..fec9f43e 100644 --- a/umbrello/uml.kdevprj +++ b/umbrello/uml.kdevprj @@ -4,7 +4,7 @@ bin_program=umbrello cflags= cppflags= cxxflags=\s-O0 -g3 -Wall -ldadd=-lfl $(LIB_TDEPRINT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +ldadd=-lfl $(LIB_TDEPRINT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) ldflags=\s -Iuml/classparser -Iuml/dialogs -Iuml/clipboard [General] |