File: usd-locate-pointer.pro

package info (click to toggle)
ukui-settings-daemon 4.0.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,412 kB
  • sloc: cpp: 39,120; ansic: 3,240; xml: 1,570; sh: 88; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 613 bytes parent folder | download
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
#-------------------------------------------------
#
# Project created by QtCreator 2020-04-30T09:30:00
#
#-------------------------------------------------
QT -= gui
QT += core widgets

CONFIG += c++20 console no_keywords link_pkgconfig plugin
CONFIG -= app_bundle

DEFINES += QT_DEPRECATED_WARNINGS MODULE_NAME=\\\"ULP\\\"

PKGCONFIG += \
        gtk+-3.0 glib-2.0 x11

SOURCES += \
        usd-locate-pointer.c \
        usd-timeline.c

HEADERS += \
    usd-locate-pointer.h \
    usd-timeline.h


locate_pointer.path = /usr/bin/
locate_pointer.files = $$OUT_PWD/usd-locate-pointer
INSTALLS += locate_pointer