reorganize
This commit is contained in:
parent
ccff04ad91
commit
b193d662c7
12
akashi.pro
12
akashi.pro
@ -15,18 +15,14 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
|||||||
# You can also select to disable deprecated APIs only up to a certain version of Qt.
|
# You can also select to disable deprecated APIs only up to a certain version of Qt.
|
||||||
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += $$files($$PWD/src/*.cpp)
|
||||||
main.cpp \
|
|
||||||
akashimain.cpp
|
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += $$files($$PWD/include/*.h)
|
||||||
akashimain.h
|
|
||||||
|
|
||||||
FORMS += \
|
FORMS += $$files($$PWD/resource/forms/*.ui)
|
||||||
akashimain.ui
|
|
||||||
|
|
||||||
TRANSLATIONS += \
|
TRANSLATIONS += \
|
||||||
akashi_en_US.ts
|
resource/translation/akashi_en_US.ts
|
||||||
|
|
||||||
# Default rules for deployment.
|
# Default rules for deployment.
|
||||||
qnx: target.path = /tmp/$${TARGET}/bin
|
qnx: target.path = /tmp/$${TARGET}/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user