mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 09:56:04 +08:00
Merge pull request #631 from Ultimaker/revert-626-cmake_files_qtcreator
Revert "Cmake files qtcreator"
This commit is contained in:
commit
dd0b04ead4
@ -4,13 +4,6 @@ cmake_minimum_required(VERSION 2.8.12)
|
|||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
####################
|
|
||||||
subdirs( cura )
|
|
||||||
subdirs( icons )
|
|
||||||
subdirs( plugins )
|
|
||||||
subdirs( resources)
|
|
||||||
####################
|
|
||||||
|
|
||||||
set(URANIUM_SCRIPTS_DIR "${CMAKE_SOURCE_DIR}/../uranium/scripts" CACHE DIRECTORY "The location of the scripts directory of the Uranium repository")
|
set(URANIUM_SCRIPTS_DIR "${CMAKE_SOURCE_DIR}/../uranium/scripts" CACHE DIRECTORY "The location of the scripts directory of the Uranium repository")
|
||||||
|
|
||||||
set(CURA_VERSION "master" CACHE STRING "Version name of Cura")
|
set(CURA_VERSION "master" CACHE STRING "Version name of Cura")
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
add_custom_target( cura SOURCES
|
|
||||||
BuildVolume.py
|
|
||||||
CameraAnimation.py
|
|
||||||
ConvexHullDecorator.py
|
|
||||||
ConvexHullJob.py
|
|
||||||
ConvexHullNode.py
|
|
||||||
CrashHandler.py
|
|
||||||
CuraActions.py
|
|
||||||
CuraApplication.py
|
|
||||||
CuraSplashScreen.py
|
|
||||||
CuraVersion.py.in
|
|
||||||
__init__.py
|
|
||||||
LayerData.py
|
|
||||||
LayerDataDecorator.py
|
|
||||||
MultiMaterialDecorator.py
|
|
||||||
OneAtATimeIterator.py
|
|
||||||
PlatformPhysics.py
|
|
||||||
PlatformPhysicsOperation.py
|
|
||||||
PrintInformation.py
|
|
||||||
ZOffsetDecorator.py
|
|
||||||
)
|
|
@ -1,8 +0,0 @@
|
|||||||
add_custom_target( icons SOURCES
|
|
||||||
cura.icns
|
|
||||||
cura.ico
|
|
||||||
cura-32.png
|
|
||||||
cura-48.png
|
|
||||||
cura-64.png
|
|
||||||
cura-128.png
|
|
||||||
)
|
|
@ -1,4 +0,0 @@
|
|||||||
add_custom_target( ThreeMFReader SOURCES
|
|
||||||
__init__.py
|
|
||||||
ThreeMFReader.py
|
|
||||||
)
|
|
@ -1,13 +0,0 @@
|
|||||||
|
|
||||||
subdirs( 3MFReader )
|
|
||||||
subdirs( ChangeLogPlugin )
|
|
||||||
subdirs( CuraEngineBackend )
|
|
||||||
subdirs( GCodeReader )
|
|
||||||
subdirs( GCodeWriter )
|
|
||||||
subdirs( LayerView )
|
|
||||||
subdirs( PerObjectSettingsTool )
|
|
||||||
subdirs( RemovableDriveOutputDevice )
|
|
||||||
subdirs( SliceInfoPlugin )
|
|
||||||
subdirs( SolidView )
|
|
||||||
subdirs( USBPrinting )
|
|
||||||
subdirs( XRayView )
|
|
@ -1,6 +0,0 @@
|
|||||||
add_custom_target( ChangeLog SOURCES
|
|
||||||
__init__.py
|
|
||||||
ChangeLog.py
|
|
||||||
ChangeLog.txt
|
|
||||||
ChangeLog.qml
|
|
||||||
)
|
|
@ -1,8 +0,0 @@
|
|||||||
add_custom_target( CuraEngineBackend SOURCES
|
|
||||||
__init__.py
|
|
||||||
CuraEngineBackend.py
|
|
||||||
Cura_pb2.py
|
|
||||||
ProcessGCodeJob.py
|
|
||||||
ProcessSlicedObjectListJob.py
|
|
||||||
StartSliceJob.py
|
|
||||||
)
|
|
@ -1,3 +0,0 @@
|
|||||||
add_custom_target( GCodeReader SOURCES
|
|
||||||
|
|
||||||
)
|
|
@ -1,4 +0,0 @@
|
|||||||
add_custom_target( GCodeWriter SOURCES
|
|
||||||
__init__.py
|
|
||||||
GCodeWriter.py
|
|
||||||
)
|
|
@ -1,6 +0,0 @@
|
|||||||
add_custom_target( LayerView SOURCES
|
|
||||||
__init__.py
|
|
||||||
LayerView.py
|
|
||||||
LayerView.qml
|
|
||||||
LayerViewProxy.py
|
|
||||||
)
|
|
@ -1,7 +0,0 @@
|
|||||||
add_custom_target( PerObjectSettingsTool SOURCES
|
|
||||||
__init__.py
|
|
||||||
PerObjectSettingsModel.py
|
|
||||||
PerObjectSettingsPanel.qml
|
|
||||||
PerObjectSettingsTool.py
|
|
||||||
SettingOverrideModel.py
|
|
||||||
)
|
|
@ -1,8 +0,0 @@
|
|||||||
add_custom_target( RemovableDriveOutputDevice SOURCES
|
|
||||||
__init__.py
|
|
||||||
LinuxRemovableDrivePlugin.py
|
|
||||||
OSXRemovableDrivePlugin.py
|
|
||||||
RemovableDriveOutputDevice.py
|
|
||||||
RemovableDrivePlugin.py
|
|
||||||
WindowsRemovableDrivePlugin.py
|
|
||||||
)
|
|
@ -1,4 +0,0 @@
|
|||||||
add_custom_target( SliceInfoPlugin SOURCES
|
|
||||||
__init__.py
|
|
||||||
SliceInfo.py
|
|
||||||
)
|
|
@ -1,4 +0,0 @@
|
|||||||
add_custom_target( SolidView SOURCES
|
|
||||||
__init__.py
|
|
||||||
SolidView.py
|
|
||||||
)
|
|
@ -1,9 +0,0 @@
|
|||||||
add_custom_target( USBPrinting SOURCES
|
|
||||||
__init__.py
|
|
||||||
ControlWindow.qml
|
|
||||||
FirmwareUpdateWindow.qml
|
|
||||||
PrinterConnection.py
|
|
||||||
USBPrinterManager.py
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
add_custom_target( avr_isp SOURCES
|
|
||||||
__init__.py
|
|
||||||
chipDB.py
|
|
||||||
intelHex.py
|
|
||||||
ispBase.py
|
|
||||||
stk500v2.py
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
add_custom_target( XRayView SOURCES
|
|
||||||
__init__.py
|
|
||||||
xray.shader
|
|
||||||
xray_composite.shader
|
|
||||||
XRayPass.py
|
|
||||||
XRayView.py
|
|
||||||
)
|
|
||||||
|
|
||||||
subdirs( avr_isp )
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
subdirs( i18n )
|
|
||||||
subdirs( images )
|
|
||||||
subdirs( machines )
|
|
||||||
subdirs( meshes )
|
|
||||||
subdirs( profiles )
|
|
||||||
subdirs( qml )
|
|
||||||
subdirs( settings )
|
|
||||||
subdirs( shaders )
|
|
||||||
subdirs( themes )
|
|
@ -1,6 +0,0 @@
|
|||||||
add_custom_target( i18n SOURCES
|
|
||||||
cura.pot
|
|
||||||
fdmprinter.json.pot
|
|
||||||
)
|
|
||||||
|
|
||||||
subdirs( en )
|
|
@ -1,9 +0,0 @@
|
|||||||
add_custom_target( images SOURCES
|
|
||||||
cura.png
|
|
||||||
cura-icon.png
|
|
||||||
MakerStarterbackplate.png
|
|
||||||
Ultimaker2backplate.png
|
|
||||||
Ultimaker2Extendedbackplate.png
|
|
||||||
Ultimaker2Gobackplate.png
|
|
||||||
UltimakerPlusbackplate.png
|
|
||||||
)
|
|
@ -1,2 +0,0 @@
|
|||||||
add_custom_target( machines SOURCES
|
|
||||||
)
|
|
@ -1,2 +0,0 @@
|
|||||||
add_custom_target( meshes SOURCES
|
|
||||||
)
|
|
@ -1,2 +0,0 @@
|
|||||||
add_custom_target( profiles SOURCES
|
|
||||||
)
|
|
@ -1,18 +0,0 @@
|
|||||||
add_custom_target( qml SOURCES
|
|
||||||
AboutDialog.qml
|
|
||||||
Actions.qml
|
|
||||||
AddMachineWizard.qml
|
|
||||||
Cura.qml
|
|
||||||
EngineLog.qml
|
|
||||||
GeneralPage.qml
|
|
||||||
JobSpecs.qml
|
|
||||||
ProfileSetup.qml
|
|
||||||
SaveButton.qml
|
|
||||||
Sidebar.qml
|
|
||||||
SidebarAdvanced.qml
|
|
||||||
SidebarHeader.qml
|
|
||||||
SidebarSimple.qml
|
|
||||||
SidebarTooltip.qml
|
|
||||||
Toolbar.qml
|
|
||||||
Toolbar.qml
|
|
||||||
)
|
|
@ -1,7 +0,0 @@
|
|||||||
add_custom_target( WizardPages SOURCES
|
|
||||||
AddMachine.qml
|
|
||||||
Bedleveling.qml
|
|
||||||
SelectUpgradedParts.qml
|
|
||||||
UltimakerCheckup.qml
|
|
||||||
UpgradeFirmware.qml
|
|
||||||
)
|
|
@ -1,2 +0,0 @@
|
|||||||
add_custom_target( settings SOURCES
|
|
||||||
)
|
|
@ -1,2 +0,0 @@
|
|||||||
add_custom_target( shaders SOURCES
|
|
||||||
)
|
|
@ -1,4 +0,0 @@
|
|||||||
add_custom_target( themes SOURCES
|
|
||||||
)
|
|
||||||
|
|
||||||
subdirs( cura )
|
|
@ -1,6 +0,0 @@
|
|||||||
add_custom_target( themes_cura SOURCES
|
|
||||||
styles.qml
|
|
||||||
theme.json
|
|
||||||
)
|
|
||||||
|
|
||||||
subdirs( icons )
|
|
@ -1,54 +0,0 @@
|
|||||||
add_custom_target( themes_cura_icons SOURCES
|
|
||||||
application.svg
|
|
||||||
arrow_bottom.svg
|
|
||||||
arrow_left.svg
|
|
||||||
arrow_right.svg
|
|
||||||
arrow_top.svg
|
|
||||||
basic.svg
|
|
||||||
category_adhesion.svg
|
|
||||||
category_blackmagic.svg
|
|
||||||
category_cool.svg
|
|
||||||
category_dual.svg
|
|
||||||
category_fixes.svg
|
|
||||||
category_infill.svg
|
|
||||||
category_layer_height.svg
|
|
||||||
category_material.svg
|
|
||||||
category_shell.svg
|
|
||||||
category_shield.svg
|
|
||||||
category_speed.svg
|
|
||||||
category_support.svg
|
|
||||||
category_travel.svg
|
|
||||||
category_unknown.svg
|
|
||||||
check.svg
|
|
||||||
cross1.svg
|
|
||||||
cross2.svg
|
|
||||||
dense.svg
|
|
||||||
dot.svg
|
|
||||||
hollow.svg
|
|
||||||
load.svg
|
|
||||||
mirror.svg
|
|
||||||
open.svg
|
|
||||||
plugin.svg
|
|
||||||
plus.svg
|
|
||||||
printsetup.svg
|
|
||||||
print_time.svg
|
|
||||||
quick.svg
|
|
||||||
reset.svg
|
|
||||||
rotate.svg
|
|
||||||
rotate_layflat.svg
|
|
||||||
rotate_reset.svg
|
|
||||||
save.svg
|
|
||||||
save_sd.svg
|
|
||||||
scale.svg
|
|
||||||
scale_max.svg
|
|
||||||
scale_reset.svg
|
|
||||||
setting_per_object.svg
|
|
||||||
settings.svg
|
|
||||||
solid.svg
|
|
||||||
sparse.svg
|
|
||||||
ulti.svg
|
|
||||||
view_layer.svg
|
|
||||||
viewmode.svg
|
|
||||||
view_normal.svg
|
|
||||||
view_xray.svg
|
|
||||||
)
|
|
Loading…
x
Reference in New Issue
Block a user