mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 10:50:04 -05:00
Add new pri files for including the theme related files
This commit is contained in:
@ -11,6 +11,8 @@ DEFINES += YACREADER
|
|||||||
#load default build flags
|
#load default build flags
|
||||||
include (../config.pri)
|
include (../config.pri)
|
||||||
include (../dependencies/pdf_backend.pri)
|
include (../dependencies/pdf_backend.pri)
|
||||||
|
include (./themes/themes.pri)
|
||||||
|
include (../common/themes/themes_common.pri)
|
||||||
|
|
||||||
contains(QMAKE_TARGET.arch, x86_64) {
|
contains(QMAKE_TARGET.arch, x86_64) {
|
||||||
Release:DESTDIR = ../release64
|
Release:DESTDIR = ../release64
|
||||||
|
|||||||
1
YACReader/themes/themes.pri
Normal file
1
YACReader/themes/themes.pri
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCLUDEPATH += $$PWD
|
||||||
@ -257,6 +257,8 @@ include(../third_party/QsLog/QsLog.pri)
|
|||||||
include(../shortcuts_management/shortcuts_management.pri)
|
include(../shortcuts_management/shortcuts_management.pri)
|
||||||
include(../third_party/QrCode/QrCode.pri)
|
include(../third_party/QrCode/QrCode.pri)
|
||||||
include(../third_party/KDToolBox/KDToolBox.pri)
|
include(../third_party/KDToolBox/KDToolBox.pri)
|
||||||
|
include(./themes/themes.pri)
|
||||||
|
include(../common/themes/themes_common.pri)
|
||||||
|
|
||||||
RESOURCES += images.qrc files.qrc
|
RESOURCES += images.qrc files.qrc
|
||||||
win32:RESOURCES += images_win.qrc
|
win32:RESOURCES += images_win.qrc
|
||||||
|
|||||||
1
YACReaderLibrary/themes/themes.pri
Normal file
1
YACReaderLibrary/themes/themes.pri
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCLUDEPATH += $$PWD
|
||||||
1
common/themes/themes_common.pri
Normal file
1
common/themes/themes_common.pri
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCLUDEPATH += $$PWD
|
||||||
Reference in New Issue
Block a user