Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Okteta
Okteta
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Utilities
  • OktetaOkteta
  • 83e0fa72a50943b55f499e7aa08c9cb082e610b0

Switch branch/tag
  • okteta
  • CMakeLists.txt
Find file Normal viewHistoryPermalink
CMakeLists.txt 235 Bytes
Newer Older
Friedrich W. H. Kossebau's avatar
Uploading the Okteta program into KDE's playground,  
Friedrich W. H. Kossebau committed Oct 23, 2007
1 2
project( okteta )

Friedrich W. H. Kossebau's avatar
changed: moved libframesprint into new toplevel folder for neutral/utility libs  
Friedrich W. H. Kossebau committed Jul 09, 2009
3 4
add_subdirectory( libs )

Friedrich W. H. Kossebau's avatar
Uploading the Okteta program into KDE's playground,  
Friedrich W. H. Kossebau committed Oct 23, 2007
5 6
add_subdirectory( core )
add_subdirectory( gui )
Friedrich W. H. Kossebau's avatar
added: CamelCase includes for the Okteta libs  
Friedrich W. H. Kossebau committed Aug 06, 2009
7 8
add_subdirectory( includes )

Friedrich W. H. Kossebau's avatar
changed: move oktetakasten to toplevel dir, as it is getting used by more than the program  
Friedrich W. H. Kossebau committed Jul 27, 2009
9
add_subdirectory( kasten )
Friedrich W. H. Kossebau's avatar
added: CamelCase includes for the Okteta libs  
Friedrich W. H. Kossebau committed Aug 06, 2009
10

Friedrich W. H. Kossebau's avatar
Uploading the Okteta program into KDE's playground,  
Friedrich W. H. Kossebau committed Oct 23, 2007
11
add_subdirectory( parts )
Friedrich W. H. Kossebau's avatar
added: plugin for Qt Designer adding support for the widgets from the Okteta gui library  
Friedrich W. H. Kossebau committed Sep 13, 2009
12
add_subdirectory( designer )
Friedrich W. H. Kossebau's avatar
Uploading the Okteta program into KDE's playground,  
Friedrich W. H. Kossebau committed Oct 23, 2007
13
add_subdirectory( program )