reorganize

This commit is contained in:
scatterflower 2020-08-22 02:33:02 -05:00
parent ccff04ad91
commit b193d662c7
6 changed files with 4 additions and 8 deletions

View File

@ -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