diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-01 13:14:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-01 13:14:26 +0900 |
commit | 37293565c31fa447fbf7cb0566be51d1204e8991 (patch) | |
tree | 0b62542b6be5ad60d1e6e02d68557554ebba6f3e /tools/designer/tquic/tquic.pro | |
parent | 7eccd2d0161a0e17e0609b26a006df35dfd0f462 (diff) | |
download | tqt3-37293565c31fa447fbf7cb0566be51d1204e8991.tar.gz tqt3-37293565c31fa447fbf7cb0566be51d1204e8991.zip |
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/tquic/tquic.pro')
-rw-r--r-- | tools/designer/tquic/tquic.pro | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/designer/tquic/tquic.pro b/tools/designer/tquic/tquic.pro index 40a9b436e..1f5d5f718 100644 --- a/tools/designer/tquic/tquic.pro +++ b/tools/designer/tquic/tquic.pro @@ -28,15 +28,3 @@ DESTDIR = ../../../bin target.path=$$bins.path INSTALLS += target - -*-mwerks { - TEMPLATE = lib - TARGET = McUic - CONFIG -= static - CONFIG += shared plugin - DEFINES += UIC_MWERKS_PLUGIN - MWERKSDIR = $(QT_SOURCE_TREE)/util/mwerks_plugin - INCLUDEPATH += $$MWERKSDIR/Headers - LIBS += $$MWERKSDIR/Libraries/PluginLib4.shlb - SOURCES += mwerks_mac.cpp -} |