summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-05-24 02:01:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-05-24 02:01:00 +0000
commit919f4c73a04a51f6e0caa0bedcdc08d622383854 (patch)
tree2380384ffeac6f52e2e429bf290cf314c622d616 /include
parent2b5c193d97c318773ffe089de9df5a7d68767a57 (diff)
downloadATCD-919f4c73a04a51f6e0caa0bedcdc08d622383854.tar.gz
ChangeLogTag:Wed May 23 16:35:15 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_linux.GNU4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/makeinclude/platform_linux.GNU b/include/makeinclude/platform_linux.GNU
index 1f7a11e71c1..28164c1e4e9 100644
--- a/include/makeinclude/platform_linux.GNU
+++ b/include/makeinclude/platform_linux.GNU
@@ -80,6 +80,10 @@ ifeq ($(threads),1)
endif
endif
+PLATFORM_QT_CPPFLAGS=-I$(QTDIR)/include
+PLATFORM_QT_LIBS=-lqt
+PLATFORM_QT_LDFLAGS=-L$(QTDIR)/lib
+
OCFLAGS += -O3
PIC = -fPIC
AR = ar