Skip to content

Commit 3786a9b

Browse files
committed
Use jaspQMLControlsPlugin & jaspCommonLib
1 parent 77d561f commit 3786a9b

File tree

406 files changed

+349
-44589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

406 files changed

+349
-44589
lines changed

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,9 @@
142142
[submodule "Modules/jaspSurvival"]
143143
path = Modules/jaspSurvival
144144
url = https://github.com/jasp-stats/jaspSurvival
145+
[submodule "jaspCommonLib"]
146+
path = jaspCommonLib
147+
url = https://github.com/jasp-stats/jaspCommonLib
148+
[submodule "jaspQMLControlsPlugin"]
149+
path = jaspQMLControlsPlugin
150+
url = https://github.com/jasp-stats/jaspQMLControlsPlugin

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ if(WIN32)
123123
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
124124
endif()
125125

126-
add_subdirectory(Common)
126+
add_subdirectory(jaspCommonLib)
127127
add_subdirectory(CommonData)
128-
add_subdirectory(QMLComponents)
128+
add_subdirectory(jaspQMLControlsPlugin)
129129

130130
if(NOT WIN32)
131131
add_subdirectory(R-Interface)

Common/CMakeLists.txt

-61
This file was deleted.

Common/appinfo.cpp.in

-68
This file was deleted.

Common/appinfo.h

-46
This file was deleted.

0 commit comments

Comments
 (0)