Skip to content

Instantly share code, notes, and snippets.

@lettergram
Created March 18, 2015 23:30
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 lettergram/94ce3c59fc5efa4163bf to your computer and use it in GitHub Desktop.
Save lettergram/94ce3c59fc5efa4163bf to your computer and use it in GitHub Desktop.
#-------------------------------------------------
#
# Project created by QtCreator 2014-06-06T17:51:40
#
#-------------------------------------------------
QT += core gui
QT += webkitwidgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = SeleniumFactory
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui
@lettergram
Copy link
Author

This code is particular for a Qt framework application. This code basically builds the application similar to a make file... If you're just learning C++ I would suspect Qt may not be the best idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment