16 lines
280 B
Prolog
16 lines
280 B
Prolog
# Created by and for Qt Creator This file was created for editing the project sources only.
|
|
# You may attempt to use it for building too, by modifying this file here.
|
|
|
|
#TARGET = flock
|
|
|
|
QT = core gui widgets
|
|
|
|
SOURCES = \
|
|
$$PWD/main.cpp
|
|
|
|
INCLUDEPATH = \
|
|
$$PWD/.
|
|
|
|
#DEFINES =
|
|
|