1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/examples/easter/easter.pro

36 lines
745 B
Prolog
Raw Normal View History

2017-11-07 10:33:42 +08:00
include(../qqtframe2/link_qqt_library.pri)
############
##install
############
#CONFIG += can_install
can_install:equals(QKIT_PRIVATE, EMBEDDED) {
target.path = /Application
INSTALLS += target
} else: unix {
equals(QKIT_PRIVATE, macOS) {
target.path = /Applications
INSTALLS += target
}
2017-10-27 20:49:06 +08:00
}
equals(QKIT_PRIVATE, ANDROID) {
CONFIG += mobility
MOBILITY =
}
#################################################################
##project environ
#################################################################
#default
message ($${TARGET} config $${CONFIG})
message ($${TARGET} define $${DEFINES})
2017-10-27 20:49:06 +08:00
TEMPLATE = app
INCLUDEPATH += .
CONFIG += console
# Input
HEADERS += easter.h
SOURCES += main.cpp easter.cpp