author | mickeyl <mickeyl> | 2005-01-29 14:23:27 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-01-29 14:23:27 (UTC) |
commit | 20b3de56573b9e86c6b6041faf684adc8cbb2a45 (patch) (side-by-side diff) | |
tree | e0d91c84dee46d1cce3b0d68fd2c10c3dd7ce3a1 /libopie2/examples/examples.pro | |
parent | 555b999359a5aad999eaaf48632ce85f25125b85 (diff) | |
download | opie-20b3de56573b9e86c6b6041faf684adc8cbb2a45.zip opie-20b3de56573b9e86c6b6041faf684adc8cbb2a45.tar.gz opie-20b3de56573b9e86c6b6041faf684adc8cbb2a45.tar.bz2 |
examples to where they belong
Diffstat (limited to 'libopie2/examples/examples.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libopie2/examples/examples.pro | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libopie2/examples/examples.pro b/libopie2/examples/examples.pro deleted file mode 100644 index 192c1f5..0000000 --- a/libopie2/examples/examples.pro +++ b/dev/null @@ -1,12 +0,0 @@ -TEMPLATE = subdirs -unix:SUBDIRS = opieui opienet opiecore opiemm opiedb - - -!contains( platform, x11 ) { - include( $(OPIEDIR)/include.pro ) -} - -contains( platform, x11 ) { - LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -} - |