Experimental and unfinished QskImage/QskLineEdit classes moved to a new
playground area
This commit is contained in:
parent
972e04fd52
commit
e3a07d8cca
35
playground/playground.pri
Normal file
35
playground/playground.pri
Normal file
@ -0,0 +1,35 @@
|
||||
QSK_ROOT = $${PWD}/..
|
||||
include( $${QSK_ROOT}/qskconfig.pri )
|
||||
|
||||
QSK_OUT_ROOT = $${OUT_PWD}/../..
|
||||
|
||||
QT += quick
|
||||
QT += quick quick-private
|
||||
CONFIG += no_private_qt_headers_warning
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
QSK_DIRS = \
|
||||
$${QSK_ROOT}/src/common \
|
||||
$${QSK_ROOT}/src/nodes \
|
||||
$${QSK_ROOT}/src/graphic \
|
||||
$${QSK_ROOT}/src/controls \
|
||||
$${QSK_ROOT}/src/layouts \
|
||||
$${QSK_ROOT}/src/dialogs \
|
||||
$${QSK_ROOT}/src/skins \
|
||||
$${QSK_ROOT}/support
|
||||
|
||||
INCLUDEPATH *= $${QSK_DIRS}
|
||||
DEPENDPATH += $${QSK_DIRS}
|
||||
|
||||
DESTDIR = $${QSK_OUT_ROOT}/examples/bin
|
||||
|
||||
QMAKE_RPATHDIR *= $${QSK_OUT_ROOT}/lib
|
||||
LIBS *= -L$${QSK_OUT_ROOT}/lib -lqsktestsupport -lqskinny
|
||||
|
||||
win32 {
|
||||
contains(QSK_CONFIG, QskDll) {
|
||||
DEFINES += QT_DLL QSK_DLL QSK_DLL
|
||||
}
|
||||
}
|
||||
|
8
playground/playground.pro
Normal file
8
playground/playground.pro
Normal file
@ -0,0 +1,8 @@
|
||||
include( $${PWD}/../qskconfig.pri )
|
||||
|
||||
TEMPLATE = subdirs
|
||||
|
||||
# qml
|
||||
SUBDIRS += \
|
||||
lineedit \
|
||||
images
|
Loading…
x
Reference in New Issue
Block a user