File: lomiri-ui-toolkit-gallery.pro

package info (click to toggle)
lomiri-ui-toolkit 1.3.5010%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,900 kB
  • sloc: cpp: 85,772; python: 5,528; sh: 1,364; javascript: 919; ansic: 573; makefile: 204
file content (27 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (2)
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
TEMPLATE = subdirs

# Don't use Qt's internal example install system; it installs to the wrong directory.
# This is the side effect of piggy-back on Qt's internal part building system.
CONFIG -= qt_example_installs

SUBDIRS += po

filetypes = qml png svg js jpg pro desktop in apparmor

OTHER_FILES = ""

for(filetype, filetypes) {
  OTHER_FILES += *.$$filetype
}

OTHER_FILES += gallery \
               gallery-logging.config

desktop_files.path = $$[QT_INSTALL_EXAMPLES]/lomiri-ui-toolkit/examples/lomiri-ui-toolkit-gallery
desktop_files.files = lomiri-ui-toolkit-gallery.desktop

other_files.path = $$[QT_INSTALL_EXAMPLES]/lomiri-ui-toolkit/examples/lomiri-ui-toolkit-gallery
other_files.files = $$OTHER_FILES

INSTALLS += other_files desktop_files