merge
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -1,3 +1,17 @@
|
|||||||
cmake-build-debug/
|
/**
|
||||||
cmake-build-release/
|
!/bin/**
|
||||||
.idea/
|
!/cmake/**
|
||||||
|
!/etc/**
|
||||||
|
!/include/**
|
||||||
|
!/media/**
|
||||||
|
!/resources/**
|
||||||
|
!/sql/**
|
||||||
|
!/src/**
|
||||||
|
!/test/**
|
||||||
|
!.gitignore
|
||||||
|
!.CMakeLists.txt
|
||||||
|
!COPYING
|
||||||
|
!Doxyfile
|
||||||
|
!README.md
|
||||||
|
!todo_1.4.md
|
||||||
|
!uid_fix_concept.md
|
||||||
|
|||||||
@@ -240,7 +240,7 @@ COLLECT_FILES(true headers_to_moc src/noggit ".h;.hpp")
|
|||||||
FOREACH(file IN LISTS headers_to_moc)
|
FOREACH(file IN LISTS headers_to_moc)
|
||||||
SET(file_full ${file})
|
SET(file_full ${file})
|
||||||
STRING(PREPEND file_full ${PROJECT_SOURCE_DIR}/)
|
STRING(PREPEND file_full ${PROJECT_SOURCE_DIR}/)
|
||||||
FILE(STRINGS ${file_full} contents REGEX "Q_OBJECT[\t ]*")
|
FILE(STRINGS ${file_full} contents NEWLINE_CONSUME REGEX "Q_OBJECT[\t ;]*\n")
|
||||||
|
|
||||||
IF("${contents}" STREQUAL "")
|
IF("${contents}" STREQUAL "")
|
||||||
LIST(REMOVE_ITEM headers_to_moc ${file})
|
LIST(REMOVE_ITEM headers_to_moc ${file})
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
<RCC version="1.0">
|
<RCC version="1.0">
|
||||||
<qresource prefix="/fonts">
|
<qresource prefix="/fonts">
|
||||||
<file>fa-solid-900.ttf</file>
|
<file>fa-solid-900.ttf</file>
|
||||||
</qresource>
|
|
||||||
<qresource prefix="/fonts">
|
|
||||||
<file>noggit_font.ttf</file>
|
<file>noggit_font.ttf</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
|
|||||||
Reference in New Issue
Block a user