summaryrefslogtreecommitdiff
path: root/core/launcher/libpreload/libpreload.pro
authorsandman <sandman>2002-11-24 18:18:35 (UTC)
committer sandman <sandman>2002-11-24 18:18:35 (UTC)
commitee62e73ddc29a5015c4a3e569be90dbfce4652c6 (patch) (side-by-side diff)
tree634833e66836220371ce3b441a88f077de30b954 /core/launcher/libpreload/libpreload.pro
parent5b029ef4b109d50ae41a3fd8bfae0b30864745f8 (diff)
downloadopie-ee62e73ddc29a5015c4a3e569be90dbfce4652c6.zip
opie-ee62e73ddc29a5015c4a3e569be90dbfce4652c6.tar.gz
opie-ee62e73ddc29a5015c4a3e569be90dbfce4652c6.tar.bz2
A small library that can be LD_PRELOADed to other applications by the
launcher to force these applications to use the Opie style/font/window­ decoration settings. Could also be used for other things in the future...
Diffstat (limited to 'core/launcher/libpreload/libpreload.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/libpreload/libpreload.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/launcher/libpreload/libpreload.pro b/core/launcher/libpreload/libpreload.pro
new file mode 100644
index 0000000..210cbdd
--- a/dev/null
+++ b/core/launcher/libpreload/libpreload.pro
@@ -0,0 +1,14 @@
+TEMPLATE = lib
+
+CONFIG = release warn_on
+
+SOURCES = preload.cpp
+
+HEADERS =
+
+INCLUDEPATH += $(QTDIR)/include
+
+DESTDIR = $(OPIEDIR)/lib
+TARGET = preload
+
+VERSION = 1.0.0