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.
|
||||
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
akashimain.cpp
|
||||
SOURCES += $$files($$PWD/src/*.cpp)
|
||||
|
||||
HEADERS += \
|
||||
akashimain.h
|
||||
HEADERS += $$files($$PWD/include/*.h)
|
||||
|
||||
FORMS += \
|
||||
akashimain.ui
|
||||
FORMS += $$files($$PWD/resource/forms/*.ui)
|
||||
|
||||
TRANSLATIONS += \
|
||||
akashi_en_US.ts
|
||||
resource/translation/akashi_en_US.ts
|
||||
|
||||
# Default rules for deployment.
|
||||
qnx: target.path = /tmp/$${TARGET}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user