mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 22:48:27 +08:00
8 lines
206 B
Prolog
8 lines
206 B
Prolog
|
QT += widgets core-private gui-private
|
||
|
SOURCES += main.cpp
|
||
|
CONFIG -= app_bundle
|
||
|
darwin {
|
||
|
QMAKE_CXXFLAGS += -x objective-c++
|
||
|
LIBS += -framework Foundation -framework CoreGraphics -framework AppKit
|
||
|
}
|