Logo
Explore Help
Sign In
feedc0de/qt-creator
1
0
Fork 0
You've already forked qt-creator
forked from qt-creator/qt-creator
Code Pull Requests Activity
Files
c9f7d0097576fba79b351ab4e0fedde3b1ef2ef7
qt-creator/src/libs/utils/utils.pro

17 lines
227 B
Prolog
Raw Normal View History

Initial import
2008-12-02 12:01:29 +01:00
TEMPLATE = lib
TARGET = Utils
introduce new helper class Core::Utils::TreeWidgetColumnStretcher and use it for some options dialogs. The class fixes QTreeWidget to resize all columns to contents, except one stretching column. As opposed to standard QTreeWidget, all columns are still interactively resizable.
2009-06-04 14:43:16 +02:00
QT += gui \
network
Make it possible to set the external file browser on unix. xdg-open is not available everywhere and fails when no DE is running. Reviewed-By: Oswald Buddenhagen
2010-01-04 15:19:29 +01:00
Fix for compiling utils library statically. Done-with: Thomas Hartmann
2010-07-07 12:18:28 +02:00
CONFIG += dll
Fix compilation and rpath with the ssh class move.
2011-02-17 15:43:21 +01:00
include(../../qtcreatorlibrary.pri)
include(utils_dependencies.pri)
Allow apps to statically compile contents of src/lib/utils Add utils-lib.pri, along the lines of e.g. cplusplus-lib.pri
2010-08-09 15:10:40 +02:00
include(utils-lib.pri)
Refactor the "proxy action" behavior of Command to Utils::ProxyAction A generic action that acts as a proxy for another (changeable) action, like it is used for mostly all of the visible actions in Qt Creator through the action manager.
2011-01-12 09:45:19 +01:00
HEADERS += \
proxyaction.h
SOURCES += \
proxyaction.cpp
Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 129ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API