11 lines
504 B
CMake
11 lines
504 B
CMake
############################################################################
|
|
# QSkinny - Copyright (C) 2016 Uwe Rathmann
|
|
# This file may be used under the terms of the QSkinny License, Version 1.0
|
|
############################################################################
|
|
|
|
qsk_add_plugin(squiekskin skins QskSquiekSkinFactory
|
|
QskSquiekGlobal.h QskSquiekSkin.h QskSquiekSkin.cpp
|
|
QskSquiekSkinFactory.h QskSquiekSkinFactory.cpp
|
|
)
|
|
target_compile_definitions(squiekskin PRIVATE QSK_SQUIEK_MAKEDLL)
|