mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-12-02 00:32:24 +08:00
9 lines
114 B
Prolog
9 lines
114 B
Prolog
TEMPLATE = app
|
|
TARGET = localfiles
|
|
QT += core gui widgets
|
|
|
|
OBJECTS_DIR = .obj
|
|
MOC_DIR = .moc
|
|
|
|
SOURCES += main.cpp
|