This website requires JavaScript.
Explore
Help
Sign In
Falkon
/
falkonOfficial
Watch
1
Fork
0
You've already forked falkonOfficial
mirror of
https://invent.kde.org/network/falkon.git
synced
2024-11-14 02:52:12 +01:00
Code
Releases
Activity
3c6fa62557
falkonOfficial
/
src
/
CMakeLists.txt
4 lines
71 B
CMake
Raw
Normal View
History
Unescape
Escape
First steps towards a cmake buildsystem, currently only builds src/lib. USE_DATADIR no longer exists, QStandardPaths::standardLocations is used unless NO_SYSTEM_DATAPATH is set.
2017-09-09 20:20:57 +02:00
add_subdirectory
(
lib
)
CMake buildsystem for src/main as well. I had to rename PNGs, but updated qmake buildsystem so it still works (kind of, there are duplicate pngs installed, no big deal...) Only tested on Linux, but tried to write the cmake code for OSX and Windows specific things too.
2017-09-10 13:35:21 +02:00
add_subdirectory
(
main
)
CMake buildsystem for plugins
2017-09-10 15:01:58 +02:00
add_subdirectory
(
plugins
)
Copy Permalink