Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use jaspQMLControlsLib & jaspCommonLib #5436

Draft
wants to merge 8 commits into
base: useJaspQMLControlsPlugin
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,3 @@ R.framework/
Modules/renv-root/
Desktop/utilities/simplecryptkey.h
Desktop/modules/activemodules.h
Common/appinfo.cpp
QMLComponents/utilities/appdirs.h
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,9 @@
[submodule "Modules/jaspSurvival"]
path = Modules/jaspSurvival
url = https://github.com/jasp-stats/jaspSurvival
[submodule "jaspCommonLib"]
path = jaspCommonLib
url = https://github.com/jasp-stats/jaspCommonLib
[submodule "jaspQMLControlsPlugin"]
path = jaspQMLControlsPlugin
url = https://github.com/jasp-stats/jaspQMLControlsPlugin
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ project(
HOMEPAGE_URL "http://jasp-stats.org/"
DESCRIPTION "A fresh way to do statistics")

#needed for R-Interface and QMLComponents for them to build stuff porperly when *inside* JASP
#needed for R-Interface and jaspQMLControlsPlugin for them to build stuff porperly when *inside* JASP
add_definitions(-DBUILDING_JASP)
set(BUILDING_JASP TRUE)

Expand Down Expand Up @@ -123,9 +123,9 @@ if(WIN32)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
endif()

add_subdirectory(Common)
add_subdirectory(jaspCommonLib)
add_subdirectory(CommonData)
add_subdirectory(QMLComponents)
add_subdirectory(jaspQMLControlsPlugin)

if(NOT WIN32)
add_subdirectory(R-Interface)
Expand Down
61 changes: 0 additions & 61 deletions Common/CMakeLists.txt

This file was deleted.

68 changes: 0 additions & 68 deletions Common/appinfo.cpp.in

This file was deleted.

46 changes: 0 additions & 46 deletions Common/appinfo.h

This file was deleted.

Loading