Folder structure not replicate when making click package

Bug #1661112 reported by Adnane Belmadiaf
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu SDK IDE
New
Undecided
Unassigned

Bug Description

All qml files of qmake project (with c++ plugin) are copied to the root of the deploy folder, instead of creating a cloning the project structure which result to a non-working app :

.
├── demo.apparmor
├── demo.desktop
├── demo.png
├── demo.pro
├── components
│   ├── BouncingProgressBar.qml
│   └── MessageBubble.qml
├── delegates
│   ├── BackLogManager.qml
│   ├── MessageDelegate.qml
│   └── RegularMessageDelegate.qml
├── Main.qml
├── MessageFormatter.qml
├── pages
│   ├── ConnectPage.qml
│   ├── ConversationPage.qml
│   ├── ConverstationsPage.qml
│   ├── EmptyPageBig.qml
│   ├── EmptyStatePage.qml
│   └── EmptyState.qml
├── Scrollbar.qml
├── Storage.qml
├── tests
│   ├── autopilot
│   │   ├── demo
│   │   │   ├── __init__.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   └── test_main.py
│   │   └── run
│   └── unit
│   └── tst_main.qml
└── views
    └── MessagesListView.qml

From the click build log :

install -m 644 -p /home/daker/Work/demo/demo/demo.apparmor /home/daker/Work/demo/build/deploy/demo/
install -m 644 -p /home/daker/Work/demo/demo/demo.png /home/daker/Work/demo/build/deploy/demo/
install -m 644 -p /home/daker/Work/demo/demo/Main.qml /home/daker/Work/demo/build/deploy/demo/
install -m 644 -p /home/daker/Work/demo/demo/MessageFormatter.qml /home/daker/Work/demo/build/deploy/demo/
install -m 644 -p /home/daker/Work/demo/demo/Scrollbar.qml /home/daker/Work/demo/build/deploy/demo/
install -m 644 -p /home/daker/Work/demo/demo/Storage.qml /home/daker/Work/demo/build/deploy/demo/
install -m 644 -p /home/daker/Work/demo/demo/components/BouncingProgressBar.qml /home/daker/Work/demo/build/deploy/demo/
install -m 644 -p /home/daker/Work/demo/demo/components/MessageBubble.qml /home/daker/Work/demo/build/deploy/demo/
install -m 644 -p /home/daker/Work/demo/demo/delegates/BackLogManager.qml /home/daker/Work/demo/build/deploy/demo/
install -m 644 -p /home/daker/Work/demo/demo/delegates/MessageDelegate.qml /home/daker/Work/demo/build/deploy/demo/

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.