Experimental and unfinished QskImage/QskLineEdit classes moved to a new

playground area
This commit is contained in:
Uwe Rathmann 2017-07-24 07:47:09 +02:00
parent 972e04fd52
commit e3a07d8cca
16 changed files with 43 additions and 0 deletions

35
playground/playground.pri Normal file
View 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
}
}

View File

@ -0,0 +1,8 @@
include( $${PWD}/../qskconfig.pri )
TEMPLATE = subdirs
# qml
SUBDIRS += \
lineedit \
images