Skip to content

Commit fadbf8d

Browse files
committed
Move the qml code from imports to qml
so that the output of the qml build will go into imports
1 parent 6a7bd9d commit fadbf8d

17 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ yat.pro.user.2.6pre1
88
yat_declarative/qrc_qml_sources.cpp
99
*.o
1010
moc_*
11-
qml/Yat/*
11+
imports/Yat/*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

imports/Yat/Yat.pro renamed to qml/Yat/Yat.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TARGET = yat_qml_plugin
33
TEMPLATE = lib
44
CONFIG += plugin
55
TARGETPATH = Yat
6-
DESTDIR = ../../qml/$$TARGETPATH
6+
DESTDIR = ../../imports/$$TARGETPATH
77

88
include(../../backend/backend.pri)
99

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

yat.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CONFIG += ordered
77
message(Tests are disabled)
88
}
99

10-
SUBDIRS += imports
10+
SUBDIRS += qml
1111

1212
CONFIG_VARS = $${OUT_PWD}$${QMAKE_DIR_SEP}.config.vars
1313
QMAKE_CACHE = $${OUT_PWD}$${QMAKE_DIR_SEP}.qmake.cache

0 commit comments

Comments
 (0)