forked from arvidfm/libanthy-qml-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlibanthy-qml-plugin.pro
41 lines (33 loc) · 987 Bytes
/
libanthy-qml-plugin.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
TEMPLATE = lib
TARGET = jollaanthyplugin
QT += qml quick
CONFIG += qt plugin
TARGET = $$qtLibraryTarget($$TARGET)
uri = se.behold.anthy
# Input
SOURCES += \
src/anthy.cpp \
src/libanthy-qml-plugin.cpp
HEADERS += \
src/anthy.h \
src/libanthy-qml-plugin.h \
src/libanthy-qml-plugin.h \
src/anthy.h
OTHER_FILES = qmldir \
rpm/libanthy-qml-plugin.spec
!equals(_PRO_FILE_PWD_, $$OUT_PWD) {
copy_qmldir.target = $$OUT_PWD/qmldir
copy_qmldir.depends = $$_PRO_FILE_PWD_/qmldir
copy_qmldir.commands = $(COPY_FILE) \"$$replace(copy_qmldir.depends, /, $$QMAKE_DIR_SEP)\" \"$$replace(copy_qmldir.target, /, $$QMAKE_DIR_SEP)\"
QMAKE_EXTRA_TARGETS += copy_qmldir
PRE_TARGETDEPS += $$copy_qmldir.target
}
qmldir.files = qmldir
unix {
installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
qmldir.path = $$installPath
target.path = $$installPath
INSTALLS += target qmldir
}
unix: CONFIG += link_pkgconfig
unix: PKGCONFIG += anthy