mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 13:35:44 +08:00
22 lines
358 B
Prolog
22 lines
358 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2013-04-18T15:05:07
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core gui
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
TARGET = QtAwesomeSample
|
|
TEMPLATE = app
|
|
CONFIG += c++11
|
|
|
|
|
|
SOURCES += main.cpp
|
|
|
|
HEADERS +=
|
|
|
|
|
|
include(../QtAwesome/QtAwesome.pri)
|