~faenil/ubuntu-ui-toolkit/update_import_statement_docs

1338.5.15 by Benjamin Zeller
- Revert last commit
1
# sets projectwide variables and implicitely
2
# enables qmake to lookup the projectroot/features
3
# directory for possible feature files
4
#
5
# Any variable specified here, must be set manually
6
# inside the debian/rules file
7
1504.7.1 by Benjamin Zeller
- Work on using the qt macros to build the project
8
load(qt_build_config)
9
CONFIG += warning_clean
10
11
MODULE_VERSION = 5.5.0
12
1338.5.1 by Benjamin Zeller
Initial work for shadowbuilds, implemented feature file for copying non
13
ROOT_SOURCE_DIR=$$PWD
14
ROOT_BUILD_DIR=$$shadowed($$PWD)
1606.1.1 by Benjamin Zeller
Fix build inside qt and shadowbuild
15
16
exists($$PWD/../qt.pro) {
17
    CONFIG += build_with_qt
18
}