Skip to content

Commit

Permalink
[libcontentaction] Convert to qmake.
Browse files Browse the repository at this point in the history
This is more consistent with the rest of our code, and better known by most of
the people working on it. It also makes the Qt 5 port less of a pain.
  • Loading branch information
rburchell committed Apr 10, 2013
1 parent ecc5635 commit f79e5b1
Show file tree
Hide file tree
Showing 104 changed files with 264 additions and 777 deletions.
15 changes: 0 additions & 15 deletions Makefile.am

This file was deleted.

10 changes: 0 additions & 10 deletions am/covoptioncheck.am

This file was deleted.

8 changes: 0 additions & 8 deletions autogen.sh

This file was deleted.

66 changes: 0 additions & 66 deletions configure.ac

This file was deleted.

9 changes: 0 additions & 9 deletions contentaction-0.1-uninstalled.pc.in

This file was deleted.

26 changes: 0 additions & 26 deletions data/Makefile.am

This file was deleted.

41 changes: 41 additions & 0 deletions data/data.pro
@@ -0,0 +1,41 @@
TEMPLATE = aux

actions.path = /usr/share/contentaction
actions.files = \
tracker1.xml \
highlight1.xml
INSTALLS += actions

testdata.path = /opt/tests/libcontentaction/data
testdata.files = \
tracker1.xml \
highlight1.xml \
hl-examples.xml
INSTALLS += testdata

applications.path = /usr/share/applications
applications.files = defaults.list
INSTALLS += applications

backupconf.path = /usr/share/backup-framework/applications
backupconf.files = contentaction.conf
INSTALLS += backupconf

rfs.path = /etc/osso-rfs-scripts
rfs.files = contentaction-rfs.sh
INSTALLS += rfs


XML_FILES = highlight1.xml.in

genreg.input = XML_FILES
genreg.output = highlight1.xml
genreg.commands = $$PWD/gen-regexps > regex.sed && sed -f regex.sed < ${QMAKE_FILE_IN} > ${QMAKE_FILE_OUT}
genreg.name = genreg
genreg.CONFIG += no_link target_predeps
QMAKE_EXTRA_COMPILERS += genreg

highlight1.path = /usr/share/contentaction
highlight1.files = highlight1.xml
highlight1.CONFIG += no_check_exist
INSTALLS += highlight1
22 changes: 0 additions & 22 deletions doc/Makefile.am

This file was deleted.

10 changes: 10 additions & 0 deletions libcontentaction.pro
@@ -0,0 +1,10 @@
TEMPLATE = subdirs
SUBDIRS += src \
data \
tools \
tests

tests.depends = src
tools.depends = src

# TODO: fix tests, doc
30 changes: 0 additions & 30 deletions ltmain-asneeded.patch

This file was deleted.

0 comments on commit f79e5b1

Please sign in to comment.