Skip to content
Snippets Groups Projects
Commit a268b0d3 authored by akiraohgaki's avatar akiraohgaki
Browse files

Restructure qmake project

parent b8fd5565
No related branches found
No related tags found
No related merge requests found
Showing
with 27 additions and 2 deletions
......@@ -6,16 +6,16 @@ QT += \
svg
HEADERS += \
$${PWD}/handlers/confighandler.h \
$${PWD}/handlers/ocsurlhandler.h
$${PWD}/src/handlers/confighandler.h \
$${PWD}/src/handlers/ocsurlhandler.h
SOURCES += \
$${PWD}/main.cpp \
$${PWD}/handlers/confighandler.cpp \
$${PWD}/handlers/ocsurlhandler.cpp
$${PWD}/src/main.cpp \
$${PWD}/src/handlers/confighandler.cpp \
$${PWD}/src/handlers/ocsurlhandler.cpp
RESOURCES += \
$${PWD}/configs/configs.qrc \
$${PWD}/qml/qml.qrc
INCLUDEPATH += $${PWD}
INCLUDEPATH += $${PWD}/src
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -3,7 +3,7 @@ unix:!ios:!android {
PREFIX = /usr/local
}
SRCDIR = $${PWD}/src
SRCDIR = $${PWD}
BINDIR = $${PREFIX}/bin
DATADIR = $${PREFIX}/share
......
RESOURCES += $${PWD}/desktop.qrc
DISTFILES += $${PWD}/ocs-url.desktop
File moved
File moved
File moved
RESOURCES += $${PWD}/i18n.qrc
......@@ -4,4 +4,4 @@ TRANSLATIONS += \
messages.ts \
messages.en_US.ts
RESOURCES += i18n.qrc
include(i18n.pri)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment