16 lines
484 B
CMake
16 lines
484 B
CMake
############################################################################
|
|
# QSkinny - Copyright (C) 2016 Uwe Rathmann
|
|
# This file may be used under the terms of the 3-clause BSD License
|
|
############################################################################
|
|
|
|
set(SOURCES
|
|
SkinFactory.h SkinFactory.cpp
|
|
Dial.h Dial.cpp
|
|
DialSkinlet.h DialSkinlet.cpp
|
|
Dashboard.h Dashboard.cpp
|
|
main.cpp
|
|
)
|
|
qt_add_resources(SOURCES images.qrc)
|
|
|
|
qsk_add_example(dials ${SOURCES})
|