Skip to content

Commit 9e9156a

Browse files
committedDec 18, 2024
Update
1 parent 805dd8b commit 9e9156a

File tree

9 files changed

+487
-703
lines changed

9 files changed

+487
-703
lines changed
 

‎CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include(FetchContent)
2121

2222
# ------ PROJECT INFO ------
2323
# Options
24-
set(PROJECT_NAME "PT" CACHE STRING "Project Name.") #You can change "ProjectTemplate" with your project name.
24+
set(PROJECT_NAME "XCLI" CACHE STRING "Project Name.") #You can change "ProjectTemplate" with your project name.
2525
set(PROJECT_TARGET ${PROJECT_NAME} CACHE STRING "Project Target Name.")
2626

2727
set(PROJECT_VERSION_MAJOR 1)
@@ -68,15 +68,15 @@ set(PROJECT_LANGUAGES CXX)
6868
set(PROJECT_USAGE_TYPE "application" CACHE STRING "Usage Type.")
6969

7070
#Use these keys [stl, qt, qtwidget, qtquick]
71-
set(PROJECT_MAIN_TYPE "qtquick" CACHE STRING "Library System.")
71+
set(PROJECT_MAIN_TYPE "stl" CACHE STRING "Library System.")
7272

7373
set(DEVELOPER_BUNDLE_IDENTIFIER com.kambizasadzadeh.app.${PROJECT_NAME} CACHE STRING "Developer Bundle Identifier.")
7474

7575
#You can replace your project description with this string.
76-
set(PROJECT_DESCRIPTION "A concept mobile app UI/UX prototype based on Qt Quick technology." CACHE STRING "Project Description")
76+
set(PROJECT_DESCRIPTION "XCLI - A curl-like CLI Tool for the X API (C++ Version)." CACHE STRING "Project Description")
7777

7878
#Your project website address.
79-
set(PROJECT_HOMEPAGE_URL "https://kambizasadzadeh.com" CACHE STRING "Project URL.")
79+
set(PROJECT_HOMEPAGE_URL "https://genyleap.com" CACHE STRING "Project URL.")
8080

8181
#Project pre-configuration system.
8282
configure_file(

0 commit comments

Comments
 (0)
Please sign in to comment.