mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
f52f6e2d44
git-subtree-dir: src/gui/qocoa git-subtree-split: ffe23cbb2f221bc9eacd1de2134c2947fed71c12
18 lines
573 B
Prolog
18 lines
573 B
Prolog
SOURCES += main.cpp\
|
|
gallery.cpp \
|
|
|
|
HEADERS += gallery.h \
|
|
qocoa_mac.h \
|
|
qsearchfield.h \
|
|
qbutton.h \
|
|
qprogressindicatorspinning.h \
|
|
|
|
mac {
|
|
OBJECTIVE_SOURCES += qsearchfield_mac.mm qbutton_mac.mm qprogressindicatorspinning_mac.mm
|
|
LIBS += -framework Foundation -framework Appkit
|
|
QMAKE_CFLAGS += -mmacosx-version-min=10.6
|
|
} else {
|
|
SOURCES += qsearchfield_nonmac.cpp qbutton_nonmac.cpp qprogressindicatorspinning_nonmac.cpp
|
|
RESOURCES += qsearchfield_nonmac.qrc qprogressindicatorspinning_nonmac.qrc
|
|
}
|