mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-23 03:58:56 -04:00
Move source files in src subdirectory.
This commit is contained in:
parent
9eb761099f
commit
7b9968daee
@ -30,31 +30,31 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
|||||||
|
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
main.cpp \
|
src/main.cpp \
|
||||||
mainwindow.cpp \
|
src/mainwindow.cpp \
|
||||||
kiwixschemehandler.cpp \
|
src/kiwixschemehandler.cpp \
|
||||||
kiwixapp.cpp \
|
src/kiwixapp.cpp \
|
||||||
blobbuffer.cpp \
|
src/blobbuffer.cpp \
|
||||||
kiwixrequestinterceptor.cpp \
|
src/kiwixrequestinterceptor.cpp \
|
||||||
kiwixwebview.cpp \
|
src/kiwixwebview.cpp \
|
||||||
library.cpp \
|
src/library.cpp \
|
||||||
topwidget.cpp \
|
src/topwidget.cpp \
|
||||||
ktabwidget.cpp
|
src/ktabwidget.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
mainwindow.h \
|
src/mainwindow.h \
|
||||||
kiwixschemehandler.h \
|
src/kiwixschemehandler.h \
|
||||||
kiwixapp.h \
|
src/kiwixapp.h \
|
||||||
blobbuffer.h \
|
src/blobbuffer.h \
|
||||||
kiwixrequestinterceptor.h \
|
src/kiwixrequestinterceptor.h \
|
||||||
kiwixwebview.h \
|
src/kiwixwebview.h \
|
||||||
library.h \
|
src/library.h \
|
||||||
topwidget.h \
|
src/topwidget.h \
|
||||||
ktabwidget.h \
|
src/ktabwidget.h \
|
||||||
kconstants.h
|
src/kconstants.h
|
||||||
|
|
||||||
FORMS += \
|
FORMS += \
|
||||||
mainwindow.ui
|
ui/mainwindow.ui
|
||||||
|
|
||||||
isEmpty(PREFIX) {
|
isEmpty(PREFIX) {
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
|
@ -48,12 +48,12 @@
|
|||||||
<customwidget>
|
<customwidget>
|
||||||
<class>TopWidget</class>
|
<class>TopWidget</class>
|
||||||
<extends>QToolBar</extends>
|
<extends>QToolBar</extends>
|
||||||
<header>topwidget.h</header>
|
<header>src/topwidget.h</header>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
<customwidget>
|
<customwidget>
|
||||||
<class>KTabWidget</class>
|
<class>KTabWidget</class>
|
||||||
<extends>QTabWidget</extends>
|
<extends>QTabWidget</extends>
|
||||||
<header>ktabwidget.h</header>
|
<header>src/ktabwidget.h</header>
|
||||||
<container>1</container>
|
<container>1</container>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
</customwidgets>
|
</customwidgets>
|
Loading…
x
Reference in New Issue
Block a user