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-11 01:22:10 +01:00
Code
Releases
Activity
b76b36ddb6
falkonOfficial
/
src
/
CMakeLists.txt
5 lines
97 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
)
Add example hellopython Python extension
2018-02-26 18:18:56 +01:00
add_subdirectory
(
scripts
)
Copy Permalink