index
:
qt/qmake2cmake.git
dev
Tool to convert qmake .pro files to CMakeLists.txt
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
data
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't write code for Qt5 and Qt6
HEAD
dev
Joerg Bornemann
2024-12-06
1
-3
/
+2
*
Add C to CMake's project LANGUAGES
Amir Masoud Abdol
2023-02-28
1
-1
/
+1
*
Generate deploy commands when using Qt 6.3
Alexandru Croitor
2022-04-01
1
-1
/
+4
*
Prepend a line break before add_subdirectory calls
Alexandru Croitor
2022-04-01
1
-0
/
+1
*
Remove the runtime output dir and install rpath generated code
Alexandru Croitor
2022-03-31
1
-10
/
+2
*
Generate install commands and modify the prelude
Alexandru Croitor
2022-03-31
3
-0
/
+22
*
Don't add "Generated from ..." comments
Joerg Bornemann
2022-03-31
1
-2
/
+0
*
Make target_link_libraries private whenever possible
Joerg Bornemann
2022-03-31
1
-1
/
+1
*
Add tests for converting QML modules
Joerg Bornemann
2022-03-31
4
-0
/
+34
*
Add tests for TEMPLATE=app projects
Joerg Bornemann
2022-03-31
4
-0
/
+14
*
Fix conversion of library projects
Joerg Bornemann
2022-03-31
4
-0
/
+11
*
Take QT assignments in subdir projects into account
Joerg Bornemann
2022-03-31
2
-1
/
+3
*
Handle the .file and .subdir SUBDIRS modifiers
Joerg Bornemann
2022-03-31
5
-1
/
+19
*
Add autotest for converting SUBDIRS projects
Joerg Bornemann
2022-03-31
3
-0
/
+23
*
pro2cmake: Handle QT_(MAJOR_|MINOR_|PATCH_)VERSION conditions
Joerg Bornemann
2022-03-08
1
-0
/
+8
*
pro2cmake: Handle optional Qt modules
Joerg Bornemann
2022-03-08
1
-0
/
+4
*
pro2cmake: Add a blackbox test for converting from qmake to CMake
Joerg Bornemann
2022-03-08
1
-0
/
+3
*
pro2cmake: Handle qmake condition operator precedence
Alexandru Croitor
2022-02-28
1
-0
/
+11
*
Remove conditioning on Android embedded
Edward Welbourne
2021-09-17
1
-1
/
+1
*
Add support for converting qtTargetLibrary() value assignments
Leander Beernaert
2019-08-08
1
-0
/
+2
*
Improve qmake syntax parser in pro2cmake.py
Alexandru Croitor
2019-05-23
3
-0
/
+7
*
Fix the fix to correctly handle comments in multi-line assignments
Alexandru Croitor
2019-05-20
1
-0
/
+18
*
Fix parsing qmake assignments that have comments in between
Alexandru Croitor
2019-05-17
1
-0
/
+4
*
CMake: pro2cmake.py: Simplify code and add test for line continuation
Tobias Hunger
2019-02-28
1
-0
/
+10
*
CMake: pro2cmake.py: Handle for loops without block
Tobias Hunger
2019-02-28
1
-0
/
+4
*
CMake: pro2cmake.py: Make \$\$QT_FOO work in assignments
Tobias Hunger
2019-02-28
1
-0
/
+2
*
CMake: pro2cmake.py: Fix parsing of Line continuation before end of file
Tobias Hunger
2019-02-28
1
-0
/
+3
*
CMake: pro2cmake.py: Fix parsing of for loops
Tobias Hunger
2019-02-28
1
-0
/
+11
*
CMake: pro2cmake.py: Handle complex conditions
Tobias Hunger
2019-02-28
1
-0
/
+4
*
CMake: pro2cmake.py: Handle values with () in assignments
Tobias Hunger
2019-02-27
1
-0
/
+2
*
CMake: pro2cmake.py: Better parsing of scopes with else
Tobias Hunger
2019-02-27
4
-0
/
+31
*
Begin port of qtbase to CMake
Simon Hausmann
2018-11-01
15
-0
/
+96