Small reorder (#129)
* Remove Qt5 Builds for Windows / Mac * Move Resources to folders Co-authored-by: Chris Rizzitello <crizzitello@ics.com>main
parent
043b105fe4
commit
9887c8bfb8
|
@ -131,8 +131,8 @@ set(ASHIRT_SOURCES
|
|||
src/porting/system_manifest.cpp src/porting/system_manifest.h
|
||||
src/porting/system_porting_options.h
|
||||
src/traymanager.cpp src/traymanager.h
|
||||
res_icons.qrc
|
||||
res_migrations.qrc
|
||||
${CMAKE_SOURCE_DIR}/icons/res_icons.qrc
|
||||
${CMAKE_SOURCE_DIR}/migrations/res_migrations.qrc
|
||||
)
|
||||
## Locate the deploy app for later use
|
||||
get_target_property(qmake_executable Qt${QT_DEFAULT_MAJOR_VERSION}::qmake IMPORTED_LOCATION)
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
<RCC>
|
||||
<qresource prefix="/icons">
|
||||
<file>shirt-dark.svg</file>
|
||||
<file>shirt-light.svg</file>
|
||||
<file>shirt-red.svg</file>
|
||||
<file>windowIcon.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
|
@ -0,0 +1,11 @@
|
|||
<RCC>
|
||||
<qresource prefix="/migrations">
|
||||
<file>20200521190124-initial.sql</file>
|
||||
<file>20200521210407-add-screenshots-table.sql</file>
|
||||
<file>20200521210435-add-tags-table.sql</file>
|
||||
<file>20200625191727-support-codeblocks-p1.sql</file>
|
||||
<file>20200625192018-support-codeblocks-p2.sql</file>
|
||||
<file>20200625192444-support-codeblocks-p3.sql</file>
|
||||
<file>20200625203249-support-codeblocks-p4.sql</file>
|
||||
</qresource>
|
||||
</RCC>
|
|
@ -1,8 +0,0 @@
|
|||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>icons/shirt-dark.svg</file>
|
||||
<file>icons/shirt-light.svg</file>
|
||||
<file>icons/shirt-red.svg</file>
|
||||
<file>icons/windowIcon.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
|
@ -1,11 +0,0 @@
|
|||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>migrations/20200521190124-initial.sql</file>
|
||||
<file>migrations/20200521210407-add-screenshots-table.sql</file>
|
||||
<file>migrations/20200521210435-add-tags-table.sql</file>
|
||||
<file>migrations/20200625191727-support-codeblocks-p1.sql</file>
|
||||
<file>migrations/20200625192018-support-codeblocks-p2.sql</file>
|
||||
<file>migrations/20200625192444-support-codeblocks-p3.sql</file>
|
||||
<file>migrations/20200625203249-support-codeblocks-p4.sql</file>
|
||||
</qresource>
|
||||
</RCC>
|
Loading…
Reference in New Issue