Skip to content

Commit

Permalink
reorganize data
Browse files Browse the repository at this point in the history
  • Loading branch information
noisecode3 committed Dec 27, 2023
1 parent 0ebffd8 commit e8e4d83
Show file tree
Hide file tree
Showing 21 changed files with 822 additions and 592 deletions.
7 changes: 7 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": []
}
11 changes: 5 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)

find_package(Qt5 COMPONENTS Core Gui Widgets WebEngineWidgets REQUIRED)

find_package(CURL REQUIRED)

include_directories(include)
find_package(Qt5 COMPONENTS Core Gui Widgets WebEngineWidgets Network Sql REQUIRED)

add_subdirectory(libs/quazip)

set(SOURCES
src/main.cpp
src/network.h
src/worker.h
src/TombRaiderLinuxLauncher.cpp
src/TombRaiderLinuxLauncher.ui
src/resources.qrc
Expand All @@ -28,8 +26,9 @@ target_link_libraries(${PROJECT_NAME}
Qt5::Gui
Qt5::Widgets
Qt5::WebEngineWidgets
Qt5::Network
Qt5::Sql
QuaZip
${CURL_LIBRARIES}
)


Expand Down
53 changes: 0 additions & 53 deletions include/files.h

This file was deleted.

116 changes: 0 additions & 116 deletions include/leveldata.h

This file was deleted.

Loading

0 comments on commit e8e4d83

Please sign in to comment.