File: label.pri

package info (click to toggle)
ukui-control-center 3.22.1.29-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,420 kB
  • sloc: cpp: 77,963; xml: 2,408; sh: 30; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
SOURCES += \
        $$PWD/fixlabel.cpp \
        $$PWD/iconlabel.cpp \
        $$PWD/lightlabel.cpp \
        $$PWD/titlelabel.cpp \
        $$PWD/tristatelabel.cpp
HEADERS += \
        $$PWD/fixlabel.h \
        $$PWD/iconlabel.h \
        $$PWD/lightlabel.h \
        $$PWD/titlelabel.h \
        $$PWD/tristatelabel.h