mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 12:30:32 +08:00
12 lines
171 B
Prolog
12 lines
171 B
Prolog
|
UI_DIR =
|
||
|
MOC_DIR=
|
||
|
TEMPLATE=app
|
||
|
TARGET=foo
|
||
|
FORMS=untitled.ui
|
||
|
HEADERS=test_file.h
|
||
|
SOURCES=\
|
||
|
test_file.cpp\
|
||
|
main.cpp
|
||
|
CONFIG -= debug_and_release_target
|
||
|
QT += widgets
|