File: CMakeLists.txt

package info (click to toggle)
lxqt-panel 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 15,748 kB
  • sloc: cpp: 27,548; xml: 798; makefile: 19
file content (19 lines) | stat: -rw-r--r-- 201 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
set(PLUGIN "colorpicker")

set(HEADERS
    colorpicker.h
    colorbutton.h
)

set(SOURCES
    colorpicker.cpp
    colorbutton.cpp
)

set(UIS "")

set(LIBRARIES
    lxqt
)

BUILD_LXQT_PLUGIN(${PLUGIN})