summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Collapse)AuthorAgeFilesLines
* Add a translationsdir variable to the tqt pkgconfig file (tqt-mt.pc).gregory guy2021-12-301-3/+6
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 81c83b98e49b965847ed9bc4b1fa8dd21467c2b2)
* Prevent to set build directories as RPATHOBATA Akio2021-02-022-19/+3
| | | | | | | It result in unwanted RPATH reference from installed binaries. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 5b1f8617d1361bdf7dd3b64fc953623fc8e01d96)
* Fix to set libtool special mode-args as a compiler flagOBATA Akio2021-02-021-2/+2
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 20597c412f924c698b1b0232a5787934ad42dc87)
* Fix to record {MAJOR}.{MINOR} to `library_names` in libtool fileOBATA Akio2021-02-021-1/+1
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit ac08552d14091ea8633f5bae86d72d5ef964e32e)
* Fix to set `old_library` in libtool file only for `staticlib` projectOBATA Akio2021-02-021-1/+5
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 4596513c452688719d01cb2f5f7e1b81140f9f93)
* Fix to detect file conponent from path properly in Makefile generatorOBATA Akio2021-02-023-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> (cherry picked from commit 30a7754971fee794819df164dd1601b2af49587a)
* Remove dates from generated files.Slávek Banko2021-02-023-5/+3
| | | | | | | This is related to the effort for reproducible builds. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fc8564a5f04b90b998e792444f70550272e78ddb)
* Fix FTBFS with stricter C++11Slávek Banko2018-08-195-8/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5431226296e2607b37b4f666ee970bddb5fd5707)
* Fix qmake shared library namingFrancois Andriot2014-09-122-10/+31
| | | | | | | Add long long int support to TQTextStream Fix potential segmentation fault in QValueList Fix library naming in TQT Plugins This relates to Bug 2107
* Add pluginsdir to pkgconfig fileSlávek Banko2013-11-251-0/+5
|
* Undo prior accidental commitTimothy Pearson2012-03-024-12/+12
|
* Rename additional global TQt functionsTimothy Pearson2012-03-014-12/+12
|
* Add Qt3 development HEAD versionTimothy Pearson2011-07-1025-0/+17044