File: custom_qpa.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 (14 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = qcustom
TEMPLATE = lib

CONFIG += plugin no_keywords c++11

QT += core-private gui-private eventdispatcher_support-private

SOURCES =   main.cpp \
            qcustomintegration.cpp \
            qcustombackingstore.cpp
HEADERS =   qcustomintegration.h \
            qcustombackingstore.h

OTHER_FILES += custom.json