File: plugin.pri

package info (click to toggle)
lomiri-ui-toolkit 1.3.5110%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,436 kB
  • sloc: cpp: 85,830; python: 5,537; sh: 1,344; javascript: 919; ansic: 573; makefile: 204
file content (29 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (3)
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
QT *= core-private qml-private quick-private gui-private
equals(QT_MAJOR_VERSION, 5):lessThan(QT_MINOR_VERSION, 2) {
    QT *= v8-private
}

DEFINES += LOMIRI_QML_IMPORT_PATH='\\"$${ROOT_BUILD_DIR}/qml\\"'

TARGET = $$qtLibraryTarget($$TARGET)
uri = Extinct.Animals

HEADERS += \
    $$PWD/plugin.h \
    $$PWD/tarpan.h \
    $$PWD/smilodon.h \
    $$PWD/pangaea.h \
    $$PWD/rune.h \
    $$PWD/europe.h \


SOURCES += \
    $$PWD/plugin.cpp \
    $$PWD/tarpan.cpp \
    $$PWD/smilodon.cpp \
    $$PWD/pangaea.cpp \
    $$PWD/rune.cpp \
    $$PWD/europe.cpp \

RESOURCES += \
    $$PWD/plugin.qrc