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
/
else.pro
blob: bbf9c5ac9f9843d5ed55b9b7a171a2ff8dc74276 (
plain
)
1
2
3
4
5
6
linux
{
SOURCES
+=
a
.
cpp
}
else
{
SOURCES
+=
b
.
cpp
}