mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +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
|