summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Collapse)AuthorAgeFilesLines
* Rename str nt* related files to equivalent tq*Michele Calgaro2024-06-0613-30/+30
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename ptr nt* related files to equivalent tq*Michele Calgaro2024-06-062-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename template library nt* related files to equivalent tq*Michele Calgaro2024-06-057-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename ntqobject*.h and qobject*.cpp to tqobject*Michele Calgaro2024-05-273-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-122-9/+9
| | | | | | | | | | | | This is the first part of the replacement process. Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*. Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow TDE code to continue building till replacement is carried over to all other modules. Once that is completed, the original Q_WS_* defines will be removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOTMichele Calgaro2023-12-271-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-131-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-221-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* TQt Designer: use global includes instead of includehints andMichele Calgaro2022-01-231-8/+1
| | | | | | remove duplicated include directives if found in UI files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use the tqInstallPath* functions for all paths needed for the pkg-config file.Slávek Banko2021-10-121-20/+32
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add a translationsdir variable to the tqt pkgconfig file (tqt-mt.pc).gregory guy2021-10-101-3/+6
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Prevent to set build directories as RPATHOBATA Akio2020-08-092-19/+3
| | | | | | It result in unwanted RPATH reference from installed binaries. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix to set libtool special mode-args as a compiler flagOBATA Akio2020-07-261-2/+2
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix to record {MAJOR}.{MINOR} to `library_names` in libtool fileOBATA Akio2020-07-251-1/+1
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix to set `old_library` in libtool file only for `staticlib` projectOBATA Akio2020-07-251-1/+5
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix potentially buffer overrun related to readlink(2)OBATA Akio2020-07-251-1/+1
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix to detect file conponent from path properly in Makefile generatorOBATA Akio2020-07-233-6/+6
| | | | | | | It should be either `path.right(path.length() - sep_pos - 1)` or `path.mid(sep_pos + 1)`. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Remove dates from generated files.Slávek Banko2020-03-203-5/+3
| | | | | | This is related to the effort for reproducible builds. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-179-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-273-3/+3
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-2714-72/+72
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of theMichele Calgaro2018-09-167-12/+12
| | | | | | | qt->tqt conversion and is required to align to corresponding patch for common/admin module. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-195-8/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Automated update from Qt3Timothy Pearson2015-03-056-30/+30
|
* Automated update from Qt3Timothy Pearson2014-09-122-10/+31
|
* Add pluginsdir to pkgconfig fileSlávek Banko2013-11-251-0/+5
|
* Remove dead symlink under 'mkspecs/default'Francois Andriot2013-08-201-1/+0
|
* Automated update from Qt3Timothy Pearson2013-05-071-1/+1
|
* Automated update from Qt3Timothy Pearson2012-06-197-16/+16
|
* Automated update from Qt3Timothy Pearson2012-06-171-2/+2
|
* Automated conversion from qt3Timothy Pearson2012-02-2810-23/+23
|
* Automated update from Qt3Timothy Pearson2012-02-135-16/+16
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-2634-91/+91
|
* Sync againTimothy Pearson2011-12-0511-24/+24
|
* Sync with latest scriptTimothy Pearson2011-12-0541-81/+81
|
* Fix native TQt3 accidental conversion to tquitTimothy Pearson2011-11-142-3/+3
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-0860-0/+24244