Files
qt-creator/tests/manual/qml/testprojects/uisplit/basiclayouts/basiclayouts.pro
Thomas Hartmann 5847f325e9 Manual tests for UI split
This adds a couple of projects for testing the ui split.

Change-Id: I9056702e724541a43895f28453ce31516a348e70
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
2014-10-14 13:26:34 +02:00

14 lines
203 B
Prolog

QT += qml quick
TARGET = basiclayouts
!no_desktop: QT += widgets
include(src/src.pri)
include(../shared/shared.pri)
OTHER_FILES += \
main.qml \
MainForm.qml \
RESOURCES += \
resources.qrc