-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split ff7tkQtWidgets from ff7tkWidget
- Loading branch information
1 parent
20ea21c
commit 91d9337
Showing
46 changed files
with
101 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,2 @@ | ||
find_package(Qt6 REQUIRED NO_MODULE COMPONENTS | ||
Core | ||
Widgets | ||
Gui | ||
) | ||
|
||
find_library(ff7tk ${CMAKE_CURRENT_BINARY_DIR}/src/data) | ||
|
||
set ( ff7tkWidgets_SRC | ||
AchievementEditor.cpp | ||
CharEditor.cpp | ||
ChocoboEditor.cpp | ||
ChocoboLabel.cpp | ||
ChocoboManager.cpp | ||
DialogPreview.cpp | ||
DoubleCheckBox.cpp | ||
ItemList.cpp | ||
ItemListView.cpp | ||
ItemPreview.cpp | ||
ItemSelector.cpp | ||
ItemSelectionDelegate.cpp | ||
LocationViewer.cpp | ||
MateriaEditor.cpp | ||
MenuListWidget.cpp | ||
MetadataCreator.cpp | ||
OptionsWidget.cpp | ||
PhsListWidget.cpp | ||
SlotPreview.cpp | ||
SlotSelect.cpp | ||
) | ||
|
||
set (ff7tkWidgets_HEADERS | ||
AchievementEditor.h | ||
ChocoboLabel.h | ||
DoubleCheckBox.h | ||
ItemSelector.h | ||
ItemSelectionDelegate.h | ||
MenuListWidget.h | ||
PhsListWidget.h | ||
CharEditor.h | ||
ChocoboManager.h | ||
ItemList.h | ||
ItemListView.h | ||
LocationViewer.h | ||
MetadataCreator.h | ||
SlotPreview.h | ||
ChocoboEditor.h | ||
DialogPreview.h | ||
ItemPreview.h | ||
MateriaEditor.h | ||
OptionsWidget.h | ||
SlotSelect.h | ||
${CMAKE_CURRENT_BINARY_DIR}/ff7tkwidgets_export.h | ||
) | ||
|
||
set( ff7tkWidgets_PublicLIBLINKS | ||
Qt::Core | ||
Qt::Widgets | ||
Qt::Gui | ||
ff7tk::ff7tk | ||
) | ||
|
||
MAKE_LIBRARY(ff7tkWidgets ff7tk/widgets) | ||
add_subdirectory(common) | ||
add_subdirectory(data) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
find_package(Qt6 REQUIRED NO_MODULE COMPONENTS | ||
Core | ||
Widgets | ||
Gui | ||
) | ||
|
||
set ( ff7tkQtWidgets_SRC | ||
DialogPreview.cpp | ||
DoubleCheckBox.cpp | ||
) | ||
|
||
set (ff7tkQtWidgets_HEADERS | ||
DialogPreview.h | ||
DoubleCheckBox.h | ||
${CMAKE_CURRENT_BINARY_DIR}/ff7tkqtwidgets_export.h | ||
) | ||
|
||
set( ff7tkQtWidgets_PublicLIBLINKS | ||
Qt::Core | ||
Qt::Widgets | ||
Qt::Gui | ||
) | ||
|
||
MAKE_LIBRARY(ff7tkQtWidgets ff7tk/widgets/common) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
find_package(Qt6 REQUIRED NO_MODULE COMPONENTS | ||
Core | ||
Widgets | ||
Gui | ||
) | ||
|
||
find_library(ff7tk ${CMAKE_CURRENT_BINARY_DIR}/src/data) | ||
find_library(ff7tkQtWidgets ${CMAKE_CURRENT_BINARY_DIR}/src/widgets/common) | ||
|
||
set ( ff7tkWidgets_SRC | ||
AchievementEditor.cpp | ||
CharEditor.cpp | ||
ChocoboEditor.cpp | ||
ChocoboLabel.cpp | ||
ChocoboManager.cpp | ||
ItemList.cpp | ||
ItemListView.cpp | ||
ItemPreview.cpp | ||
ItemSelector.cpp | ||
ItemSelectionDelegate.cpp | ||
LocationViewer.cpp | ||
MateriaEditor.cpp | ||
MenuListWidget.cpp | ||
MetadataCreator.cpp | ||
OptionsWidget.cpp | ||
PhsListWidget.cpp | ||
SlotPreview.cpp | ||
SlotSelect.cpp | ||
) | ||
|
||
set (ff7tkWidgets_HEADERS | ||
AchievementEditor.h | ||
ChocoboLabel.h | ||
ItemSelector.h | ||
ItemSelectionDelegate.h | ||
MenuListWidget.h | ||
PhsListWidget.h | ||
CharEditor.h | ||
ChocoboManager.h | ||
ItemList.h | ||
ItemListView.h | ||
LocationViewer.h | ||
MetadataCreator.h | ||
SlotPreview.h | ||
ChocoboEditor.h | ||
ItemPreview.h | ||
MateriaEditor.h | ||
OptionsWidget.h | ||
SlotSelect.h | ||
${CMAKE_CURRENT_BINARY_DIR}/ff7tkwidgets_export.h | ||
) | ||
|
||
set( ff7tkWidgets_PublicLIBLINKS | ||
Qt::Core | ||
Qt::Widgets | ||
Qt::Gui | ||
ff7tk::ff7tk | ||
ff7tk::ff7tkQtWidgets | ||
) | ||
|
||
MAKE_LIBRARY(ff7tkWidgets ff7tk/widgets/data) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@PACKAGE_INIT@ | ||
|
||
include(CMakeFindDependencyMacro) | ||
find_dependency(Qt6 "@REQUIRED_QT_VERSION@" COMPONENTS | ||
Core | ||
Gui | ||
Widgets | ||
) | ||
include("${CMAKE_CURRENT_LIST_DIR}/ff7tkTargets.cmake") |