From e87caebc920ad256d210eeb31aeb134318f0c104 Mon Sep 17 00:00:00 2001 From: tille Date: Tue, 02 Sep 2003 15:38:07 +0000 Subject: this should make oapplication compile (and run) for qt3/x11 --- (limited to 'libopie2/examples/opiecore/oconfigdemo') diff --git a/libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro b/libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro index 0109c57..9b59106 100644 --- a/libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro +++ b/libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro @@ -10,5 +10,11 @@ TARGET = oconfigdemo MOC_DIR = moc OBJECTS_DIR = obj -include ( $(OPIEDIR)/include.pro ) +!contains( platform, x11 ) { + include ( $(OPIEDIR)/include.pro ) +} + +contains( platform, x11 ) { + LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib +} -- cgit v0.9.0.2