mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update files fo project
This commit is contained in:
parent
5a04ed322e
commit
36595f813b
@ -7,7 +7,7 @@
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "xToolsAsciiAssistant.h"
|
||||
#include "xToolsUi.h"
|
||||
#include "xTools.h"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "xToolsBase64Assisatnt.h"
|
||||
#include "xToolsUi.h"
|
||||
#include "xTools.h"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "xToolsBroadcastAssistant.h"
|
||||
#include "xToolsUi.h"
|
||||
#include "xTools.h"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
@ -1,12 +1,10 @@
|
||||
set(X_TOOLS_COMMON_PATH ${CMAKE_SOURCE_DIR}/Source/Common)
|
||||
list(APPEND X_TOOLS_ ${X_TOOLS_COMMON_PATH}/Common/xToolsInterface.h)
|
||||
list(APPEND X_TOOLS_ ${X_TOOLS_COMMON_PATH}/Common/xToolsInterface.cpp)
|
||||
list(APPEND X_TOOLS_ ${X_TOOLS_COMMON_PATH}/Common/xToolsSettings.h)
|
||||
list(APPEND X_TOOLS_ ${X_TOOLS_COMMON_PATH}/Common/xToolsSettings.cpp)
|
||||
list(APPEND X_TOOLS_ ${X_TOOLS_COMMON_PATH}/CommonUI/xToolsMainWindow.h)
|
||||
list(APPEND X_TOOLS_ ${X_TOOLS_COMMON_PATH}/CommonUI/xToolsMainWindow.cpp)
|
||||
list(APPEND X_TOOLS_ ${X_TOOLS_COMMON_PATH}/CommonUI/xToolsApplication.h)
|
||||
list(APPEND X_TOOLS_ ${X_TOOLS_COMMON_PATH}/CommonUI/xToolsApplication.cpp)
|
||||
list(APPEND X_TOOLS_COMMON ${X_TOOLS_COMMON_PATH}/Common/xToolsSettings.h)
|
||||
list(APPEND X_TOOLS_COMMON ${X_TOOLS_COMMON_PATH}/Common/xToolsSettings.cpp)
|
||||
list(APPEND X_TOOLS_COMMON ${X_TOOLS_COMMON_PATH}/Common/xToolsApplication.h)
|
||||
list(APPEND X_TOOLS_COMMON ${X_TOOLS_COMMON_PATH}/Common/xToolsApplication.cpp)
|
||||
list(APPEND X_TOOLS_COMMON ${X_TOOLS_COMMON_PATH}/CommonUI/xToolsMainWindow.h)
|
||||
list(APPEND X_TOOLS_COMMON ${X_TOOLS_COMMON_PATH}/CommonUI/xToolsMainWindow.cpp)
|
||||
|
||||
macro(x_tools_add_assistant dir_name app_name)
|
||||
string(TOUPPER ${app_name} upper_app_name)
|
||||
@ -22,7 +20,7 @@ macro(x_tools_add_assistant dir_name app_name)
|
||||
list(APPEND ASSISTANT_SOURCES ${ASSISTANT_SOURCES_CPP})
|
||||
list(APPEND ASSISTANT_SOURCES ${ASSISTANT_SOURCES_QRC})
|
||||
list(APPEND ASSISTANT_SOURCES ${ASSISTANT_OWN_SOURCE})
|
||||
list(APPEND ASSISTANT_SOURCES ${X_TOOLS_})
|
||||
list(APPEND ASSISTANT_SOURCES ${X_TOOLS_COMMON})
|
||||
list(APPEND ASSISTANT_SOURCES ${CMAKE_SOURCE_DIR}/xTools.qrc)
|
||||
list(APPEND ASSISTANT_SOURCES ${CMAKE_SOURCE_DIR}/Source/Common/xToolsCommon.qrc)
|
||||
if(WIN32)
|
||||
|
||||
@ -1,6 +1,4 @@
|
||||
set(ASSISTANT_OWN_SOURCE "")
|
||||
list(APPEND ASSISTANT_OWN_SOURCE ${CMAKE_SOURCE_DIR}/Source/Common/Common/xToolsCrcInterface.h)
|
||||
list(APPEND ASSISTANT_OWN_SOURCE ${CMAKE_SOURCE_DIR}/Source/Common/Common/xToolsCrcInterface.cpp)
|
||||
set(ASSISTANT_OWN_LIBS Qt${QT_VERSION_MAJOR}::Widgets)
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/Source)
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "xToolsCRCAssistant.h"
|
||||
#include "xToolsUi.h"
|
||||
#include "xTools.h"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "xToolsFileCheckAssistant.h"
|
||||
#include "xToolsUi.h"
|
||||
#include "xTools.h"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "xToolsNumberAssistant.h"
|
||||
#include "xToolsUi.h"
|
||||
#include "xTools.h"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "xToolsPingAssistant.h"
|
||||
#include "xToolsUi.h"
|
||||
#include "xTools.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "xToolsStringAssistant.h"
|
||||
#include "xToolsUi.h"
|
||||
#include "xTools.h"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
set(ASSISTANT_OWN_SOURCE "")
|
||||
set(ASSISTANT_OWN_SOURCE ${CMAKE_SOURCE_DIR}/Source/Common/Common/xToolsDataStruct.h)
|
||||
set(ASSISTANT_OWN_SOURCE ${CMAKE_SOURCE_DIR}/Source/Common/Common/xToolsDataStruct.cpp)
|
||||
set(ASSISTANT_OWN_LIBS Qt${QT_VERSION_MAJOR}::Widgets qmdnsengine)
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/Source)
|
||||
|
||||
@ -6,8 +6,8 @@
|
||||
* xTools is licensed according to the terms in the file LICENCE(GPL V3) in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "xTools.h"
|
||||
#include "xToolsMdnsAssistant.h"
|
||||
#include "xToolsUi.h"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user