Do not install UPDATES file.
This commit is contained in:
parent
7ef39908d6
commit
9620168696
1 changed files with 2 additions and 2 deletions
|
@ -382,9 +382,9 @@ file( GLOB APP_HEADERS
|
||||||
"src/gui/notifications/*.h"
|
"src/gui/notifications/*.h"
|
||||||
"src/gui/*.h"
|
"src/gui/*.h"
|
||||||
"src/dynamic-shortcuts/*.h"
|
"src/dynamic-shortcuts/*.h"
|
||||||
|
"src/exceptions/*.h"
|
||||||
"src/miscellaneous/*.h"
|
"src/miscellaneous/*.h"
|
||||||
"src/miscellaneous/simplecrypt/*.h"
|
"src/miscellaneous/simplecrypt/*.h"
|
||||||
"src/exceptions/*.h"
|
|
||||||
"src/core/*.h"
|
"src/core/*.h"
|
||||||
"src/services/abstract/*.h"
|
"src/services/abstract/*.h"
|
||||||
"src/services/standard/*.h"
|
"src/services/standard/*.h"
|
||||||
|
@ -416,7 +416,7 @@ file( GLOB APP_TRANSLATIONS_WO_QT
|
||||||
"localization/rssguard*.ts")
|
"localization/rssguard*.ts")
|
||||||
|
|
||||||
file( GLOB APP_TEXT
|
file( GLOB APP_TEXT
|
||||||
"resources/text/*")
|
"resources/text/C*")
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
file( GLOB APP_DLLS_QT4_MSVC2013
|
file( GLOB APP_DLLS_QT4_MSVC2013
|
||||||
|
|
Loading…
Add table
Reference in a new issue