summaryrefslogtreecommitdiff
path: root/src/designer/src/components/lib/lib.pro
Commit message (Collapse)AuthorAgeFilesLines
* Create CMake config files for DesignerComponentsVolker Krause2019-06-041-1/+1
| | | | | | | | Needed by the QtCreator CMake port. Change-Id: I7ff9405f80f2e96f5988429a42e695627a884b30 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Kevin Funk <kevin.funk@kdab.com>
* Remove dubious QMAKE_TARGET_PRODUCT, *_DESCRIPTIONKai Koehne2017-07-211-4/+0
| | | | | | | | This is a library, so the defaults should be fine. Change-Id: I03a663ce62a8f2604ed01454cb5824a4d341c080 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* standardize statement order in project files a bitOswald Buddenhagen2016-02-251-1/+2
| | | | | Change-Id: I46c21c8fe8a3cc36484c3b9c8668add38f89db36 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-2/+2
| | | | | | | | this fixes static builds by ensuring that all dependencies are exported. Task-number: QTBUG-51071 Change-Id: I97269045b2e51af47aa9eea8ac7e291ac3c03ab1 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Replace win32-g++ with mingw scopeKai Koehne2014-01-311-1/+1
| | | | | | | | | | | Commit 773dd01 in qtbase introduced a general mingw platform scope, which is cleaner and more flexible than matching the spec name. (see 278152fff for a similar commit in qtbase). Change-Id: Ia374dd565469750efed2b537e48c651fc3af8cb5 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* nuke sharedcomponents.priOswald Buddenhagen2013-02-211-2/+0
| | | | | | | | it doesn't actually do anything useful for quite a while Change-Id: Ibe52bd7408227655ae8295d78823105163385897 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* remove some unnecessary (and even wrong) project setup codeOswald Buddenhagen2012-12-181-16/+1
| | | | | | | | | the centralized code handles it just fine Task-number: QTBUG-28633 Change-Id: I46105ab301869dec807fdc4ca5fe5e563bc217b9 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Fix static build of Qt Designer on Windows.Friedemann Kleint2012-11-261-0/+2
| | | | | | | | | | | Ensure QT_DESIGNER_STATIC is defined everywhere such that the EXPORT macros evaluate to empty. Task-number: QTBUG-28131 Change-Id: I111b1351c4d81172adc9110d31b8b7ed13af7ef5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-201-2/+0
| | | | | | Change-Id: Ifbef0323f3a3fc80b10ac2c8c8a8a68ce646c1e6 Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* QtDesignerComponents: Avoid MinGW GCC cc1plus crash using PCHJonathan Liu2012-09-031-0/+9
| | | | | | | | | | MinGW GCC cc1plus crashes when precompile_header is used. This has been observed with several versions of MinGW GCC from MinGW-builds and MinGW-w64. Disable precompile_header when using win32-g++ mkspec to avoid the crash. Change-Id: I538563bf1dc0f45eb9cf0528ad8b95fc0e87b7e8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* make use of QT_PRIVATE to specify private Qt dependenciesOswald Buddenhagen2012-08-131-3/+1
| | | | | Change-Id: I6f347fc1ee6e3319545564dc3eadfe2fd330e25e Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-131-1/+1
| | | | | Change-Id: I20e609469de3cd050fd2ef0dceeefbf424249b44 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* Mark QCLucene and QtDesignerComponents libraries as internal.Stephen Kelly2012-07-241-0/+1
| | | | | | | | | | The QCLucene library is obviously internal, and the only headers installed by QtDesignerComponents are apparently pch headers. This causes the avoidance of creation of CMake files. Change-Id: Icb0b7e4ad622af3b2bc37043678dd6dc134be724 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* build system cleanupsOswald Buddenhagen2012-06-271-5/+2
| | | | | | | | | | | | | | | - load(qt_module) => load(qt_build_config) - remove: - CONFIG+=module (obsolete) - setup of PKGCONFIG* variables (automated now) - code relating to module version headers (automated now) - %mastercontent assignment (automated now) - pointless QPRO_PWD assignments - qmake -project boilerplate Change-Id: I64ce8134c471ccf674b6815878b4090a7eb8d961 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* auto-generate module prisOswald Buddenhagen2012-06-271-5/+5
| | | | | | Change-Id: I1ba2a287525556fcdc1c0db5a1ef3ade16c12eda Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* fix path to module pri fileOswald Buddenhagen2012-05-291-1/+1
| | | | | Change-Id: Iee4964add76a10027643599bce8f846b1b6d249b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Qt Designer: Remove QScript extension.Friedemann Kleint2011-10-281-1/+0
| | | | | | Change-Id: I351b1437442b65a96e07de6fa633e06f3953c128 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Designer: Compile on Windows.Friedemann Kleint2011-10-041-1/+0
| | | | | | | | | Clean up .pro-files, remove fiddling with libraryTarget. Change-Id: I81e1b7cf6e2bbafec3a36e56f92e44a83886bb31 Reviewed-on: http://codereview.qt-project.org/5978 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Merge remote-tracking branch 'origin/refactor' into masterLars Knoll2011-09-131-29/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/assistant/help/help.pro src/designer/src/components/formeditor/formwindow.cpp src/designer/src/components/formeditor/formwindow_dnditem.cpp src/designer/src/components/formeditor/layout_propertysheet.cpp src/designer/src/components/formeditor/qdesigner_resource.cpp src/designer/src/components/lib/lib.pro src/designer/src/components/signalsloteditor/signalsloteditor.cpp src/designer/src/components/signalsloteditor/signalsloteditor_tool.cpp src/designer/src/components/widgetbox/widgetbox_dnditem.cpp src/designer/src/components/widgetbox/widgetboxtreewidget.cpp src/designer/src/lib/lib.pro src/designer/src/lib/shared/qdesigner_formbuilder.cpp src/designer/src/lib/shared/qdesigner_propertysheet.cpp src/designer/src/lib/shared/shared.pri src/designer/src/plugins/qdeclarativeview/qdeclarativeview.pro src/linguist/lupdate/qdeclarative.cpp src/linguist/shared/profileevaluator.cpp src/linguist/shared/qph.cpp src/linguist/shared/ts.cpp src/qtconfig/mainwindow.cpp src/shared/qtgradienteditor/qtcolorline.cpp src/shared/qtgradienteditor/qtgradientwidget.cpp sync.profile Change-Id: I53f0ce4efae4179257cbf3aab87e1af12c3aa4ff
| * Get designer to compile again.Lars Knoll2011-09-131-29/+9
| | | | | | | | | | | | | | | | | | And it actually runs! ;-) Change-Id: I593991e3b5d423189f00d1bd9c51daca6b9e9bd0 Reviewed-on: http://codereview.qt-project.org/4831 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
| * QtTools: Widget library split.Friedemann Kleint2011-05-241-1/+1
| |
* | Don't use QT_BUILD_TREE anymoreMarius Storm-Olsen2011-07-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | Modules have their own variables to use for such things If there's no way of getting to what you need outside of those, you probably shouldn't be doing it in the first place. Change-Id: I3e8d5f632ea377ec5dcb3eb0fe7dd27d2f4deb90 Reviewed-on: http://codereview.qt.nokia.com/1850 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* | Designer: Fix more includes, remove usage of QT_SOURCE_TREE.Friedemann Kleint2011-06-301-3/+3
|/
* Use private headersMarius Storm-Olsen2011-05-021-1/+2
|
* Fixed all qttools references to the bin directory.axis2011-04-271-1/+1
|
* Move uitools from QtTools to QtBaseLiang Qi2011-04-271-1/+1
|
* Make tools compile.Liang Qi2011-04-271-5/+6
|
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+77
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12