Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT .pro scripting
Forum Updated to NodeBB v4.3 + New Features

QT .pro scripting

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 335 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Prashant Bhawsar
    wrote on last edited by Prashant Bhawsar
    #1

    Hello,
    I have one project1.pro file which is created by someone.In that file i found two variables-
    LICENSE = GPL
    LANGUAGE = C++

    Can anyone suggest me why they are used and where i can find information about those variable ?

    Thanks in advanced.

    aha_1980A 1 Reply Last reply
    0
    • P Prashant Bhawsar

      Hello,
      I have one project1.pro file which is created by someone.In that file i found two variables-
      LICENSE = GPL
      LANGUAGE = C++

      Can anyone suggest me why they are used and where i can find information about those variable ?

      Thanks in advanced.

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi @Prashant-Bhawsar

      LICENSE = GPL
      LANGUAGE = C++

      They do not seem to be QMake-internal variables. Maybe they are used somewhere else in the project?

      You could try to remove them and see if the project still builds fine. That would mean, they are equal to comments :)

      Qt has to stay free or it will die.

      1 Reply Last reply
      4

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved