xref: /OK3568_Linux_fs/app/forlinx/forlinx_qt/ubootmenu/ubootmenu.pro (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1######################################################################
2# Automatically generated by qmake (2.01a) Thu Sep 26 14:53:08 2013
3######################################################################
4
5QT       += core gui core-private
6greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
7
8TEMPLATE = app
9TARGET = fltest_qt_ubootmenu
10DEPENDPATH += .
11INCLUDEPATH += .
12
13# Input
14HEADERS += mainwindow.h
15FORMS += mainwindow.ui
16SOURCES += main.cpp mainwindow.cpp
17
18
19# install
20target.path = /${TARGET_DIR}/target/usr/bin/
21INSTALLS += target
22
23