~ubuntu-sdk-team/ubuntu-ui-toolkit/escapeLittleAmpersand

« back to all changes in this revision

Viewing changes to tests/unit/plugin_dependency.pri

  • Committer: Tarmac
  • Author(s): Loïc Molinari
  • Date: 2016-09-08 10:36:05 UTC
  • mfrom: (2086.1.6 uitk-src-dir-update)
  • Revision ID: tarmac-20160908103605-3oe9j340gmnyi8d3
Changed src/ directory layout.

Made the source directory layout consistent with Qt libs. The C++ libraries have been moved to src/ and the QML modules to src/imports/. That also makes it easier to differentiate between modules and libraries since we have a bunch of them now.

Approved by ubuntu-sdk-build-bot, Zsombor Egri.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PLUGIN_SRC = $$PWD/../../src/Ubuntu
 
1
PLUGIN_SRC = $$PWD/../../src/imports
2
2
PLUGIN_BLD = $$shadowed($$PWD)/../../qml/Ubuntu
3
3
 
4
4
COMPONENTS_PATH = ../../../qml/Ubuntu/Components
5
5
INCLUDEPATH += $$PLUGIN_SRC/Components/plugin
 
6
INCLUDEPATH += $$PLUGIN_SRC/Layouts/plugin
6
7
INCLUDEPATH += $$PLUGIN_SRC/Test/plugin
7
8
PRE_TARGETDEPS =  $$PLUGIN_BLD/Components/libUbuntuComponents.so
8
9
PRE_TARGETDEPS += $$PLUGIN_BLD/Test/libUbuntuTest.so