Skip to content

Instantly share code, notes, and snippets.

Created April 27, 2014 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/11334547 to your computer and use it in GitHub Desktop.
Save anonymous/11334547 to your computer and use it in GitHub Desktop.
#-------------------------------------------------
#
# Project created by QtCreator 2014-04-26T13:18:07
#
#-------------------------------------------------
QT += core gui
QT += network
QT += sql
QT+= webkit
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Quizz
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
comptes.cpp \
bdd.cpp \
quiz.cpp \
lurkeur.cpp
HEADERS += mainwindow.h \
comptes.h \
bdd.h \
quiz.h \
lurkeur.h
FORMS += mainwindow.ui
LIBS += QtWebKit4.dll \
QtNetwork4.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment