24 lines
459 B
Prolog
24 lines
459 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2014-01-22T16:17:42
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core gui
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
TARGET = QtProAddFileHelper
|
|
TEMPLATE = app
|
|
|
|
RC_FILE = QtProAddFileHelper.rc
|
|
|
|
SOURCES += main.cpp\
|
|
qtproaddfilehelper.cpp \
|
|
engine.cpp
|
|
|
|
HEADERS += qtproaddfilehelper.h \
|
|
engine.h
|
|
|
|
FORMS += qtproaddfilehelper.ui
|